lazarus/examples/dockmanager/package/easydockmgr.pas
2009-11-12 10:11:03 +00:00

23 lines
435 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, fElasticSite, uMiniRestore,
LazarusPackageIntf;
implementation
procedure Register;
begin
RegisterUnit('fElasticSite', @fElasticSite.Register);
end;
initialization
RegisterPackage('EasyDockMgr', @Register);
end.