예제 #1
0
파일: Authenticate.cs 프로젝트: mind0n/hive
        public static new bool RememberAuthenticate()
        {
            BasicPassport bp = new SimplePassport();

            return(bp.RememberAuthenticate());
        }