source: cprs/branches/HealthSevak-CPRS/BDK50/BDK32_P50/Source/RPCSharedBrokerSessionMgr2.dpr@ 1691

Last change on this file since 1691 was 1691, checked in by healthsevak, 9 years ago

Committing the files for first time to this new branch

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.