source: trunk/Packages/synapse/source/demo/mime/MimeDemo.dpr

Last change on this file was 2, checked in by chronos, 12 years ago
  • Přidáno: Základní kostra projektu.
  • Přidáno: Knihovna synapse.
File size: 250 bytes
Line 
1program MimeDemo;
2
3uses
4 Forms,
5 Unit1 in 'Unit1.pas' {Form1},
6 MIMEmess in 'MIMEmess.pas',
7 MIMEpart in 'MIMEpart.pas';
8
9{$R *.RES}
10
11begin
12 Application.Initialize;
13 Application.CreateForm(TForm1, Form1);
14 Application.Run;
15end.
Note: See TracBrowser for help on using the repository browser.