home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 May
/
Chip_2002-05_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d123456
/
KN_TNPDF.ZIP
/
Example.DPR
next >
Wrap
Text File
|
2002-02-27
|
189b
|
14 lines
program Example;
uses
Forms,
TNPDFEX in 'TNPDFEX.PAS' {Form1},
tnpdf in 'TNPDF.PAS';
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.