home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 August
/
VPR9708A.ISO
/
D3TRIAL
/
INSTALL
/
DATA.Z
/
FISHFACT.DPR
< prev
next >
Wrap
Text File
|
1997-04-24
|
194b
|
14 lines
program Fishfact;
uses
Forms,
Ffactwin in 'FFACTWIN.PAS' {Form1};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.