コード例 #1
0
 private void OnSearchButtonClick(object sender, RoutedEventArgs e)
 {
     ElementRenderer.VizualizeNewSearchResultByName <Music>(this.AllMusicPanel, this.SearchBox, App.Resources.Music);
     ElementRenderer.ResetCheckBoxedGenredInExpander(this.GenrePanel);
 }
コード例 #2
0
 private void OnResetCheckBoxedGenresButtonClick(object sender, RoutedEventArgs e)
 {
     ElementRenderer.ResetCheckBoxedGenredInExpander(this.GenrePanel);
 }