Example #1
0
 private void Remove_Song_From_Playlist_Button_Click(object sender, RoutedEventArgs e)
 {
     playlist.removeSong();
 }