Example #1
0
 //登录第三方成功
 void LoginThridPartySuc(string strAutoCode)
 {
     ConsoleEx.DebugLog("Receive ::LoginThridPartySuc");
     m_thridParty.LoginSuc(strAutoCode);
 }
Example #2
0
 //登录第三方成功
 void LoginThridPartySuc(string strAutoCode)
 {
     RED.Log("Receive ::LoginThridPartySuc");
     m_thridParty.LoginSuc(strAutoCode);
 }