Exemplo n.º 1
0
 internal void DeleteSongsFromDisc(IReadOnlyCollection <SongModel> songs)
 {
     if (ViewNavigator.ShowDeleteDiscSongsView(songs))
     {
         LoadSongs();
     }
 }