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