Example #1
0
        public ShowsPage()
        {
            this.InitializeComponent();

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