Details | Last modification | View Log
program Project2;
uses
Forms;
{$R *.res}
begin
Application.Initialize;
Application.Run;
end.