source:
cprs/branches/tmg-cprs/dklang-package-3.01/Converter_v2/DKLang_Converter_v2.dpr@
1060
| Last change on this file since 1060 was 468, checked in by , 17 years ago | |
|---|---|
| File size: 197 bytes | |
| Line | |
|---|---|
| 1 | program DKLang_Converter_v2; |
| 2 | |
| 3 | uses |
| 4 | Forms, |
| 5 | Main in 'Main.pas' {fMain}; |
| 6 | |
| 7 | {$R *.res} |
| 8 | |
| 9 | begin |
| 10 | Application.Initialize; |
| 11 | Application.CreateForm(TfMain, fMain); |
| 12 | Application.Run; |
| 13 | end. |
Note:
See TracBrowser
for help on using the repository browser.
