lazarus/components/education/educationlaz.pas
mattias 7c13246fac started educationlaz package
git-svn-id: trunk@20630 -
2009-06-15 06:56:34 +00:00

22 lines
381 B
ObjectPascal

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