Esempio n. 1
0
 // switches to next song
 public void Next()
 {
     _audioPlayer.PlayNextSong();
 }