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

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

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