source: cprs/branches/tmg-cprs/dklang-package-3.01/Converter_v2/DKLang_Converter_v2.dpr@ 468

Last change on this file since 468 was 468, checked in by Kevin Toppenberg, 16 years ago

CPRS v1.0.26.76

File size: 197 bytes
Line 
1program DKLang_Converter_v2;
2
3uses
4 Forms,
5 Main in 'Main.pas' {fMain};
6
7{$R *.res}
8
9begin
10 Application.Initialize;
11 Application.CreateForm(TfMain, fMain);
12 Application.Run;
13end.
Note: See TracBrowser for help on using the repository browser.