Proyecto

General

Perfil

Descargar (312 Bytes) Estadísticas
| Rama: | Revisión:
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.