public void Pause()
 {
     underlyingPlayer.Pause();
 }
Ejemplo n.º 2
0
 public void Pause()
 {
     player.Pause();
 }