Proyecto

General

Perfil

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

{$mode objfpc}{$H+}

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

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

(2-2/7)