Exemplo n.º 1
0
 public void MusicStop()
 {
     MusicPlayer.StopFadeOut();
 }
Exemplo n.º 2
0
 public void MusicNext()
 {
     MusicPlayer.Next();
 }
Exemplo n.º 3
0
 public void MusicStart()
 {
     MusicPlayer.PlayQueue();
 }