Bloom.CutCommand.CutCommand C# (CSharp) Method

CutCommand() public method

public CutCommand ( ) : System
return System
        public CutCommand()
            : base("cut")
        {
        }
CutCommand