Exemplo n.º 1
0
 public void Play(ISoundPlayer player, string file)
 {
     player.LoadSound(file);
     player.PlaySound();
 }