Exemplo n.º 1
0
 public void NextChapter(object commandParameter)
 {
     if (_mediaPlayer != null)
     {
         _mediaPlayer.GoToNextChapter();
     }
 }