source:
branches/2.20_branch/installer/NewViewInstall.pas@
487
Last change on this file since 487 was 208, checked in by , 18 years ago | |
---|---|
|
|
File size: 228 bytes |
Line | |
---|---|
1 | Program NewViewInstall; |
2 | |
3 | Uses |
4 | Forms, |
5 | MainFormUnit, |
6 | ChooseFolderFormUnit; |
7 | |
8 | {$r NewViewInstall.scu} |
9 | |
10 | Begin |
11 | Application.Create; |
12 | Application.CreateForm (TMainForm, MainForm); |
13 | Application.Run; |
14 | Application.Destroy; |
15 | End. |
Note:
See TracBrowser
for help on using the repository browser.