home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 April A
/
Pcwk4a98.iso
/
PROGRAM
/
DELPHI16
/
Porada30
/
PORADA.DPR
< prev
next >
Wrap
Text File
|
1997-12-26
|
182b
|
14 lines
program porada;
uses
Forms,
tip in 'tip.pas' {Form1};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.