home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 March
/
Chip_1998-03_cd.bin
/
zkuste
/
matemat
/
Vyssi
/
MATH2.ZIP
/
exmpl-1
/
pas
/
findcent.dpr
next >
Wrap
Text File
|
1997-05-21
|
165b
|
13 lines
program Findcent;
uses
Forms,
Frmcent in 'FRMCENT.PAS' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.