Proyecto

General

Perfil

Descargar (328 Bytes) Estadísticas
| Rama: | Revisión:
a2ba555f Elisa
program aulalinexcuestion;

{$mode objfpc}{$H+}

uses
cthreads,
Interfaces, // this includes the LCL widgetset
Forms
{ you can add units after this }, main, IdTCPClient, global, clrespuesta;

begin
Application.Initialize;
Application.CreateForm(TfrmMain, frmMain);
Application.Run;
end.