mirror of
http://gitlab.expertsoft.com.ua/git/expertcad
synced 2026-01-11 22:45:39 +02:00
14 lines
180 B
ObjectPascal
14 lines
180 B
ObjectPascal
program PCGUIDes;
|
|
|
|
uses
|
|
Forms,
|
|
pcCustomForm;
|
|
|
|
{$R *.res}
|
|
|
|
begin
|
|
Application.Initialize;
|
|
Application.CreateForm(TfrmCustom, frmCustom);
|
|
Application.Run;
|
|
end.
|