예제 #1
0
 private void Pause(object o)
 {
     _player.Pause();
     IsPlaying = false;
 }
 private void Pause(object o)
 {
     Debug.WriteLine("pauese");
     _player.Pause();
     IsPlaying = false;
 }