source: cprs/trunk/BDK50/BDK32_P50/Source/RPCSharedBrokerSessionMgr2.dpr@ 1724

Last change on this file since 1724 was 1678, checked in by healthsevak, 10 years ago

Added this new version of Broker component libraries while updating the working copy to CPRS version 28

File size: 405 bytes
Line 
1program RPCSharedBrokerSessionMgr2;
2
3uses
4 Forms,
5 uSharedBroker1 in 'uSharedBroker1.pas' {SharedBroker: CoClass},
6 fVistaBar in 'fVistaBar.pas' {frmVistABar},
7 fDebugInfo in 'fDebugInfo.pas' {frmDebugInfo};
8
9{$R *.TLB}
10
11begin
12 Application.Initialize;
13 Application.CreateForm(TfrmVistABar, frmVistABar);
14 Application.CreateForm(TfrmDebugInfo, frmDebugInfo);
15 Application.Run;
16end.
Note: See TracBrowser for help on using the repository browser.