Example #1
0
        public async void OnNavigatedTo(NavigationEventArgs e)
        {
            MyAnimeListView = await data.GetChildrenList("animes");

            if (MyAnimeListView == null)
            {
                CreatePopUp("ErrorInternet");
                BackMainPage();
            }
        }