source: components/CoolTrayIcon/demos/CoolService/CoolService.dpr

Last change on this file was 1, checked in by maron, 16 years ago

3.1 verze, první revize

File size: 236 bytes
Line 
1program CoolService;
2
3uses
4 SvcMgr,
5 Service in 'Service.pas' {CoolTrayService: TService};
6
7{$R *.RES}
8
9begin
10 Application.Initialize;
11 Application.CreateForm(TCoolTrayService, CoolTrayService);
12 Application.Run;
13end.
Note: See TracBrowser for help on using the repository browser.