lazarus/examples/dockmanager/package/easydockmgr.pas
2009-11-05 11:54:36 +00:00

21 lines
345 B
ObjectPascal

{ This file was automatically created by Lazarus. do not edit!
This source is only used to compile and install the package.
}
unit EasyDockMgr;
interface
uses
EasyDockSite, fDockBook, fFloatingSite, LazarusPackageIntf;
implementation
procedure Register;
begin
end;
initialization
RegisterPackage('EasyDockMgr', @Register);
end.