コード例 #1
0
        public bool checkStudent(string stunum, string pwd)
        {
            bool r;

            r = log.CheckStudent(stunum, pwd);
            return(r);
        }