public void Pause()
 {
     underlyingPlayer.Pause();
 }
예제 #2
0
 public void Pause()
 {
     player.Pause();
 }