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