/__history/Project1.dpr.~1~
https://bitbucket.org/henriquemelicio/scpj-delphi · Unknown · 14 lines · 11 code · 3 blank · 0 comment · 0 complexity · 5876945c2c1b7d4ae2105d3339b06a46 MD5 · raw file
- program Project1;
-
- uses
- Forms,
- Principal in 'Principal.pas' {Form1};
-
- {$R *.res}
-
- begin
- Application.Initialize;
- Application.MainFormOnTaskbar := True;
- Application.CreateForm(TForm1, Form1);
- Application.Run;
- end.