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