Ejemplo n.º 1
0
 private void Pause(object o)
 {
     _player.Pause();
     IsPlaying = false;
 }
Ejemplo n.º 2
0
 private void Pause(object o)
 {
     Debug.WriteLine("pauese");
     _player.Pause();
     IsPlaying = false;
 }