source: trunk/SimpleChat.dpr

Last change on this file was 2, checked in by george, 16 years ago

Přidáno: Ropracovaná verze 3.0

  • Property svn:executable set to *
File size: 202 bytes
Line 
1program SimpleChat;
2
3uses
4 Forms,
5 USimpleChat in 'USimpleChat.pas' {Form2};
6
7{$R *.res}
8
9begin
10 Application.Initialize;
11 Application.CreateForm(TForm2, Form2);
12 Application.Run;
13end.
Note: See TracBrowser for help on using the repository browser.