static ServerProxy()
 {
     m_remoteProxy = new RemoteProxy();
     m_localProxy  = new LocalProxy();
     SwitchToRemote();
 }
Exemple #2
0
 static ServerProxy()
 {
     m_remoteProxy = new RemoteProxy();
     m_localProxy = new LocalProxy();
     SwitchToRemote();
 }