Exemple #1
0
        public void OrderYoutubeSongsByRating()
        {
            this.youtubeSongOrderFunc = SortHelpers.GetOrderByRating(this.currentYoutubeSongRatingOrder);
            SortHelpers.InverseOrder(ref this.currentYoutubeSongRatingOrder);

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