Example #1
0
        public void OrderLocalSongsByArtist()
        {
            this.localSongOrderFunc = SortHelpers.GetOrderByArtist <Song>(this.currentLocalSongArtistOrder);
            SortHelpers.InverseOrder(ref this.currentLocalSongArtistOrder);

            this.OnPropertyChanged(vm => vm.SelectableLocalSongs);
        }