Proyecto

General

Perfil

Descargar (312 Bytes) Estadísticas
| Rama: | Revisión:
program aulalinexexamenltsp;

{$mode objfpc}{$H+}

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

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

(2-2/11)