Example #1
0
 private void SkipToNextTrack()
 {
     musicPlayer.EndTrack();
     soundBoardService.PlayVetoSound();
     PlayNextTrack();
 }