source:
trunk/ConfigApps/ConfigApps.pas@
478
| Last change on this file since 478 was 413, checked in by , 7 years ago | |
|---|---|
| File size: 217 bytes | |
| Rev | Line | |
|---|---|---|
| [413] | 1 | Program ConfigApps; |
| 2 | ||
| 3 | Uses | |
| 4 | Forms, Graphics, MainFormUnit; | |
| 5 | ||
| 6 | {$r ConfigApps.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.
