home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 January
/
Chip_1999-01_cd.bin
/
zkuste
/
delphi
/
D
/
SNPTST20.ZIP
/
TestApp
/
LeakyApp.dpr
< prev
Wrap
Text File
|
1998-07-25
|
204b
|
15 lines
program LeakyApp;
uses
Forms,
LeakAppU in 'LeakAppU.pas' {Form1},
Snoop;
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.