close Warning: Can't use blame annotator:
svn blame failed on cprs/trunk/BDK32/Samples/SharedRPCBroker/SilentSignOn/XWBAppHandle2.dpr: 'GenericSWIGWrapper' object has no attribute '_wrap'

source: cprs/trunk/BDK32/Samples/SharedRPCBroker/SilentSignOn/XWBAppHandle2.dpr@ 901

Last change on this file since 901 was 829, checked in by Kevin Toppenberg, 14 years ago

Upgrade to version 27

File size: 211 bytes
RevLine 
1program XWBAppHandle2;
2
3uses
4 Forms,
5 fXWBAppHandle2 in 'fXWBAppHandle2.pas' {Form1};
6
7{$R *.RES}
8
9begin
10 Application.Initialize;
11 Application.CreateForm(TForm1, Form1);
12 Application.Run;
13end.
Note: See TracBrowser for help on using the repository browser.