BalloonsPop.Core.Commands.PlaySoundCommand.Execute C# (CSharp) Méthode

Execute() public méthode

Executes the PlaySoundCommand
public Execute ( IContext context ) : void
context IContext
Résultat void
        public void Execute(IContext context)
        {
            context.Orchestra.PlaySound(this.sound);
        }