home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 September
/
Chip_2001-09_cd1.bin
/
zkuste
/
delphi
/
nastroje
/
d5
/
5EXCELRE.ZIP
/
START
/
START.DPR
< prev
next >
Wrap
Text File
|
1998-10-02
|
179b
|
13 lines
program Start;
uses
Forms,
Otcnastr in 'OTCNASTR.PAS' {Form_nastr};
{$R *.RES}
begin
Application.CreateForm(TForm_nastr, Form_nastr);
Application.Run;
end.