C# Class VisualHg.DiffTool

Datei anzeigen Open project: HexWrench/VisualHG2015

Public Methods

Method Description
Start ( string fileA, string fileB, string nameA, string nameB, string workingDirectory ) : void

Protected Methods

Method Description
OnExited ( ) : void

Private Methods

Method Description
GetArguments ( string fileA, string fileB, string nameA, string nameB ) : string

Method Details

OnExited() protected method

protected OnExited ( ) : void
return void

Start() public method

public Start ( string fileA, string fileB, string nameA, string nameB, string workingDirectory ) : void
fileA string
fileB string
nameA string
nameB string
workingDirectory string
return void