source:
trunk/Packages/synapse/source/demo/mime/MimeDemo.dpr
Last change on this file was 2, checked in by , 12 years ago | |
---|---|
File size: 250 bytes |
Line | |
---|---|
1 | program MimeDemo; |
2 | |
3 | uses |
4 | Forms, |
5 | Unit1 in 'Unit1.pas' {Form1}, |
6 | MIMEmess in 'MIMEmess.pas', |
7 | MIMEpart in 'MIMEpart.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.