Ejemplo n.º 1
0
 public override void PressAudioSource(AudioPlayer player)
 {
     player.CurrentState = new MP3PlayingState();
 }
Ejemplo n.º 2
0
 public override void PressPlay(AudioPlayer player)
 {
     Console.WriteLine("Play button pressed - nothing happened");
 }