source:
cprs/trunk/BDK32/Samples/SharedRPCBroker/SilentSignOn/XWBAppHandle1.dpr@
1545
Last change on this file since 1545 was 829, checked in by , 14 years ago | |
---|---|
File size: 211 bytes |
Rev | Line | |
---|---|---|
[829] | 1 | program XWBAppHandle1; |
2 | ||
3 | uses | |
4 | Forms, | |
5 | fXWBAppHandle1 in 'fXWBAppHandle1.pas' {Form1}; | |
6 | ||
7 | {$R *.RES} | |
8 | ||
9 | begin | |
10 | Application.Initialize; | |
11 | Application.CreateForm(TForm1, Form1); | |
12 | Application.Run; | |
13 | end. |
Note:
See TracBrowser
for help on using the repository browser.