Beispiel #1
0
 public static Boolean Exists(String charName)
 {
     lock (m_Locker)
     {
         return(GenericUserDAO.AccountablePathExists(GetPath(charName)));
     }
 }
Beispiel #2
0
 public static Boolean ExistsAccount(String accountName)
 {
     return(GenericUserDAO.AccountablePathExists(GetPath(accountName)));
 }