GuiCommandBase<T>.

GuiCommandBase(string) Constructor

Summary

Initializes a new instance of the GuiCommandBase<T> class.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiCommandBase<T>

Syntax

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