コード例 #1
0
        protected override void OnNavigatedTo(NavigationEventArgs e)
        {
            AnimeList animeList = e.Parameter as AnimeList;

            lvAnimeList.ItemsSource = animeList.ConvertToControls();//TODO: make method async so the controls will be loaded with the UI interactive
        }