BalloonsPop.Core.Commands.PlaySoundCommand.Execute C# (CSharp) Метод

Execute() публичный Метод

Executes the PlaySoundCommand
public Execute ( IContext context ) : void
context IContext
Результат void
        public void Execute(IContext context)
        {
            context.Orchestra.PlaySound(this.sound);
        }