Bloom.Command.Command C# (CSharp) Method

Command() public method

public Command ( string name ) : System
name string
return System
        public Command(string name)
        {
            Name = name;
            _enabled = true;
        }