Ejemplo n.º 1
0
        protected override void OnNavigatedTo(NavigationEventArgs e)
        {
            PlBackground.Start();
            vm = DataContext as PlayerViewModel;
            vm.ShowLikeTrackInfoCommand = new DelegateCommand<AppNotification>(TryShowLikeInfo);
            TracksList.Loaded += TracksList_Loaded;

            base.OnNavigatedTo(e);
        }
Ejemplo n.º 2
0
 protected override void OnNavigatedTo(NavigationEventArgs e)
 {
     vm.Activate();
     PlBackground.Start();
 }