Пример #1
0
 public static bool Login(string username, string pword)
 {
     return(DatabaseManager.Login(username, pword));
 }