Exemple #1
0
        public async Task Channel()
        {
            Debug.WriteLine("have to channel");
            await channeling();

            Debug.WriteLine("channeled, saving and getting again");
            Account.SaveCookies();

            if (!(await getCurrentMaple()))
            {
                throw new Exception("no");
            }
        }
Exemple #2
0
        public async Task Channel()
        {
            await channeling();

            Account.SaveCookies();

            if (!(await getKart()))
            {
                throw new Exception("no");
            }
        }