示例#1
0
 public bool Check(string stringToCheck)
 {
     return(firstChecker.Check(stringToCheck));
 }
示例#2
0
 public bool CheckPassword(string Password)
 {
     return(firstLink.Check(Password));
 }