FilesBasedGuiCommandBase<T>.

FilesBasedGuiCommandBase(string) Constructor

Summary

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

Syntax

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