source:
trunk/installer/NewViewInstall.pas@
208
Last change on this file since 208 was 208, checked in by , 18 years ago | |
---|---|
|
|
File size: 228 bytes |
Rev | Line | |
---|---|---|
[144] | 1 | Program NewViewInstall; |
2 | ||
3 | Uses | |
[208] | 4 | Forms, |
5 | MainFormUnit, | |
6 | ChooseFolderFormUnit; | |
[144] | 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.