home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 December
/
Chip_2002-12_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d234567
/
COOLTRAY.ZIP
/
CoolService
/
CoolService.dpr
< prev
next >
Wrap
Text File
|
2002-04-06
|
236b
|
14 lines
program CoolService;
uses
SvcMgr,
Service in 'Service.pas' {CoolTrayService: TService};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TCoolTrayService, CoolTrayService);
Application.Run;
end.