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