public void Pause()
 {
     underlyingPlayer.Pause();
 }
Пример #2
0
 public void Pause()
 {
     player.Pause();
 }