Exemplo n.º 1
0
 private void OnPlayListChanged()
 {
     if (PlayListViewModel != null)
     {
         PlayListViewModel.InitialPlayList(PlayList);
         ControlViewModel.PlayingSongOperator.IsPlayingListChanged = true;
     }
 }