You've already forked lazarus-ccr
14 lines
197 B
ObjectPascal
14 lines
197 B
ObjectPascal
![]() |
program ExCust;
|
||
|
|
||
|
uses
|
||
|
Forms, Interfaces,
|
||
|
ExCustu in 'ExCustu.pas', lazff2 {Form1};
|
||
|
|
||
|
{$R *.res}
|
||
|
|
||
|
begin
|
||
|
Application.Initialize;
|
||
|
Application.CreateForm(TForm1, Form1);
|
||
|
Application.Run;
|
||
|
end.
|