home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Shareware for Win 95
/
Chip-Shareware-Win95.bin
/
ostatni
/
delphi
/
ruzne
/
zcd30120.exe
/
Demo
/
v110_1.dpr
< prev
next >
Wrap
Text File
|
1997-05-04
|
159b
|
13 lines
program V110_1;
uses
Forms,
V11_1 in 'V11_1.PAS' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.