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

            bp.Logout();
        }