source:
branches/3 fndSockets/SimpleChat.dpr
Last change on this file was 2, checked in by , 17 years ago | |
---|---|
|
|
File size: 202 bytes |
Line | |
---|---|
1 | program SimpleChat; |
2 | |
3 | uses |
4 | Forms, |
5 | USimpleChat in 'USimpleChat.pas' {Form2}; |
6 | |
7 | {$R *.res} |
8 | |
9 | begin |
10 | Application.Initialize; |
11 | Application.CreateForm(TForm2, Form2); |
12 | Application.Run; |
13 | end. |
Note:
See TracBrowser
for help on using the repository browser.