source: branches/2.20_branch/installer/NewViewInstall.pas@ 392

Last change on this file since 392 was 208, checked in by RBRi, 18 years ago

library updates

  • Property svn:eol-style set to native
File size: 228 bytes
Line 
1Program NewViewInstall;
2
3Uses
4 Forms,
5 MainFormUnit,
6 ChooseFolderFormUnit;
7
8{$r NewViewInstall.scu}
9
10Begin
11 Application.Create;
12 Application.CreateForm (TMainForm, MainForm);
13 Application.Run;
14 Application.Destroy;
15End.
Note: See TracBrowser for help on using the repository browser.