lazarus/examples/dockmanager/package/easydockmgr.pas
2010-12-20 13:04:39 +00:00

22 lines
375 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, uMiniRestore, uMakeSite,
LazarusPackageIntf;
implementation
procedure Register;
begin
end;
initialization
RegisterPackage('EasyDockMgr', @Register);
end.