source: cprs/trunk/BDK32/Samples/SharedRPCBroker/SilentSignOn/XWBOnFail.dpr@ 829

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

Upgrade to version 27

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