Ejemplo n.º 1
0
 public static void SwitchToRemote()
 {
     m_instance = m_remoteProxy;
 }
Ejemplo n.º 2
0
 public static void SwitchToLocal()
 {
     m_instance = m_localProxy;
 }
Ejemplo n.º 3
0
 public static void SwitchToRemote()
 {
     m_instance = m_remoteProxy;
 }
Ejemplo n.º 4
0
 public static void InitServerProxy(ServerProxy remoteProxy)
 {
     m_remoteProxy = remoteProxy;
     SwitchToRemote();
 }
Ejemplo n.º 5
0
 public static void SwitchToLocal()
 {
     m_instance = m_localProxy;
 }