Exemplo n.º 1
0
 private bool AddToPlaylist_CanExecute(object arg)
 {
     return(SelectedGlobalMusic.Any());
 }
Exemplo n.º 2
0
 private bool DeleteSongMain_CanExecute(object arg)
 {
     return(SelectedGlobalMusic.Any());
 }