コード例 #1
0
 public void LogOff()
 {
     if (CurrClient.UserID != "")
     {
         CurrServerDB.LogOff(CurrClient.UserID);
     }
 }