home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 April
/
Chip_2002-04_cd1.bin
/
zkuste
/
delphi
/
kolekce
/
d3456
/
PBEDIT.ZIP
/
PBEditPackDemo.dpr
< prev
next >
Wrap
Text File
|
1999-06-05
|
263b
|
15 lines
program PBEditPackDemo;
uses
Forms,
PBEditPackDemo_unit in 'PBEditPackDemo_unit.pas' {PBEditPackDemoForm};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TPBEditPackDemoForm, PBEditPackDemoForm);
Application.Run;
end.