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

            bp.Forget();
        }