home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
delphi
/
imagelib
/
mail_ord.dp_
/
mail_ord.dp
Wrap
Text File
|
1995-08-22
|
185b
|
13 lines
program Mail_ord;
uses
Forms,
Umail in 'UMAIL.PAS' {MailOrderForm};
{$R *.RES}
begin
Application.CreateForm(TMailOrderForm, MailOrderForm);
Application.Run;
end.