示例#1
0
 public static void SwitchToRemote()
 {
     m_instance = m_remoteProxy;
 }
示例#2
0
 public static void SwitchToLocal()
 {
     m_instance = m_localProxy;
 }
示例#3
0
 public static void SwitchToRemote()
 {
     m_instance = m_remoteProxy;
 }
示例#4
0
 public static void InitServerProxy(ServerProxy remoteProxy)
 {
     m_remoteProxy = remoteProxy;
     SwitchToRemote();
 }
示例#5
0
 public static void SwitchToLocal()
 {
     m_instance = m_localProxy;
 }