示例#1
0
 public bool Matched(string Nm, string Pwd)
 {
     return(DV.ChkPwd(Nm, Pwd));
 }