コード例 #1
0
 /// <summary>
 ///
 /// </summary>
 public void ActiveUser()
 {
     try
     {
         if (string.IsNullOrEmpty(ip))
         {
             ip = GetIp();
         }
         client.BeginLoginActive(user.Username, ip, null, null);
     }
     catch
     {
     }
 }