Proyecto

General

Perfil

Descargar (356 Bytes) Estadísticas
| Rama: | Revisión:
program mensajeltsp;

{$mode objfpc}{$H+}

uses
{$IFDEF UNIX}{$IFDEF UseCThreads}
cthreads,
{$ENDIF}{$ENDIF}
Interfaces, // this includes the LCL widgetset
Forms
{ you can add units after this }, main, global, mensaje, icono, indylaz;

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

(12-12/12)