DragCopyMoveGuiCommandBase<T>.

DragCopyMoveGuiCommandBase(string) Constructor

Summary

Initializes a new instance of the DragCopyMoveGuiCommandBase<T> class.

Syntax

protected DragCopyMoveGuiCommandBase(string command)

Parameters

Name Type Description
command string The name of the command that will be passed to the TortoiseHg command line client.

Return Value

Type Description
void