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