예제 #1
0
 public bool CheckPassword(LabUser userCandidate)
 {
     try
     {
         return(password == userCandidate.password);
     }
     catch (Exception)
     {
         return(false);
     }
 }
예제 #2
0
 public void DeleteDatabaseValues()
 {
     user = null;
 }