C# 클래스 BalloonsPop.Core.Commands.PlaySoundCommand

Implements command to play a sound
상속: ICommand
파일 보기 프로젝트 열기: Baloons-Pop-4/Main

공개 메소드들

메소드 설명
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