C# Класс BalloonsPop.Core.Commands.PlaySoundCommand

Implements command to play a sound
Наследование: ICommand
Показать файл Открыть проект

Открытые методы

Метод Описание
Execute ( IContext context ) : void

Executes the PlaySoundCommand

PlaySoundCommand ( string sound ) : BalloonsPop.Common.Contracts

Initializes a new instance of the PlaySoundCommand class.

Описание методов

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

Executes the PlaySoundCommand
public Execute ( IContext context ) : void
context IContext
Результат void

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

Initializes a new instance of the PlaySoundCommand class.
public PlaySoundCommand ( string sound ) : BalloonsPop.Common.Contracts
sound string
Результат BalloonsPop.Common.Contracts