예제 #1
0
 public static void Pause()
 {
     if (_song != null)
     {
         _song.Pause();
         _mediaState = MediaState.Paused;
     }
 }