Exemplo n.º 1
0
        public ShowsPage()
        {
            this.InitializeComponent();

            DataContext = new ShowsPageViewModel();
        }
Exemplo n.º 2
0
 /// <summary>OnNavigatedTo</summary>
 /// <param name="e">Navigation Event Args</param>
 protected override void OnNavigatedTo(
     NavigationEventArgs e) =>
 DataContext = new ShowsPageViewModel(
     SpotifySdk.Instance.Client);