home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Buyer 1998 October
/
dpcb1098.iso
/
Business
/
Maxim
/
MAX5
/
data.z
/
DELPHIRS.DPR
< prev
next >
Wrap
Text File
|
1998-05-13
|
168b
|
13 lines
program DelphiRS;
uses
Forms,
main in 'main.pas' {MainForm};
{$R *.RES}
begin
Application.CreateForm(TMainForm, MainForm);
Application.Run;
end.