Bloom.PasteCommand.PasteCommand C# (CSharp) Method

PasteCommand() public method

public PasteCommand ( ) : System
return System
        public PasteCommand()
            : base("paste")
        {
        }
PasteCommand