home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 August
/
VPR9708A.ISO
/
D3TRIAL
/
INSTALL
/
DATA.Z
/
PMNUDMO.DPR
< prev
next >
Wrap
Text File
|
1997-03-21
|
191b
|
14 lines
program PMnuDmo;
uses
Forms,
UMnuDmo in 'UMnuDmo.pas' {Form1};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.