BrowserGuiCommandBase<T>.

BrowserGuiCommandBase(string) Constructor

Summary

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

Syntax

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