MoveCopyRenameGuiCommandBase<T>.

MoveCopyRenameGuiCommandBase(string) Constructor

Summary

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

Syntax

protected MoveCopyRenameGuiCommandBase(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