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

PlaySoundCommand() public méthode

Initializes a new instance of the PlaySoundCommand class.
public PlaySoundCommand ( string sound ) : BalloonsPop.Common.Contracts
sound string
Résultat BalloonsPop.Common.Contracts
        public PlaySoundCommand(string sound)
        {
            this.sound = sound;
        }