MiTec/MSICS/MSICS_FPC_Dsgn.pas
2024-07-06 22:30:25 +02:00

22 lines
377 B
ObjectPascal

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