desarrollosconsejeria/aulalinex-alumno/4.2-16/aulalinexexamen/aulalinexexamen.lpr @ a2ba555f
a2ba555f | Elisa | program aulalinexexamen;
|
|
{$mode objfpc}{$H+}
|
|||
uses
|
|||
cthreads,
|
|||
Interfaces, // this includes the LCL widgetset
|
|||
Forms
|
|||
{ you can add units after this }, main, global, dialogos, clrespuesta,
|
|||
IdTCPClient, IdAntiFreeze;
|
|||
begin
|
|||
Application.Initialize;
|
|||
Application.CreateForm(TfrmMain, frmMain);
|
|||
Application.Run;
|
|||
end.
|