lazarus/examples/dockmanager/package/easydocking.pas
2009-06-08 09:35:38 +00:00

15 lines
215 B
ObjectPascal

{ This file was automatically created by Lazarus. do not edit!
This source is only used to compile and install the package.
}
unit EasyDocking;
interface
uses
EasyDockSite, fDockBook;
implementation
end.