예제 #1
0
 private void Play(object o)
 {
     _player.Play();
     IsPlaying = true;
 }
 private void Play(object o)
 {
     Debug.WriteLine("play");
     _player.Play();
     IsPlaying = true;
 }