Exemplo n.º 1
0
 void IMultiSelectListener.ClearSelections(MultiSelectCommandBar commandBar)
 {
     AlbumsGridView.ClearSelections();
     SearchMusicView.ClearSelections();
     PlaylistsGridView.ClearSelections();
     FoldersGridView.ClearSelections();
     ArtistsGridView.ClearSelections();
 }
Exemplo n.º 2
0
 void IMultiSelectListener.SelectAll(MultiSelectCommandBar commandBar)
 {
     AlbumsGridView.SelectAll();
     SearchMusicView.SelectAll();
     PlaylistsGridView.SelectAll();
     FoldersGridView.SelectAll();
     ArtistsGridView.SelectAll();
 }