Esempio n. 1
0
 // switches to previous song
 public void Previous()
 {
     _audioPlayer.PlayPreviousSong();
 }