home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
delphi
/
tstrclas.lzh
/
SCTEST.DPR
< prev
next >
Wrap
Text File
|
1995-08-04
|
175b
|
13 lines
program Sctest;
uses
Forms,
Testbed in 'TESTBED.PAS' {SCTestBed};
{$R *.RES}
begin
Application.CreateForm(TSCTestBed, SCTestBed);
Application.Run;
end.