LMS-2_ReportAPI/reports/allreportsunit.pas
Алексей Заблоцкий ac9caf456f buffer-fix
2023-10-24 11:00:40 +03:00

17 lines
221 B
ObjectPascal

unit allreportsunit;
{$mode ObjFPC}{$H+}
interface
uses
Classes, SysUtils,commandcol;
implementation
uses
cgiReport,applicantlist,applicantresult;
initialization
TCommandCollection.Register(TReportCommand);
end.