source:
trunk/Packages/synapse/source/demo/TFTPClient/TFTPClient.dpr
Last change on this file was 2, checked in by , 12 years ago | |
---|---|
File size: 194 bytes |
Line | |
---|---|
1 | program TFTPClient; |
2 | |
3 | uses |
4 | Forms, |
5 | MainBox in 'MainBox.pas' {Form1}; |
6 | |
7 | {$R *.res} |
8 | |
9 | begin |
10 | Application.Initialize; |
11 | Application.CreateForm(TForm1, Form1); |
12 | Application.Run; |
13 | end. |
Note:
See TracBrowser
for help on using the repository browser.