source:
cprs/branches/tmg-cprs/dklang-package-3.01/Converter_v2/DKLang_Converter_v2.dpr@
895
Last change on this file since 895 was 468, checked in by , 16 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.