コード例 #1
0
 public bool EditUserPwd(string username, string pwd)
 {
     return(Sus.EditUserPwd(username, pwd));
 }