C# Class VisualHg.PendingChangesToolWindow

Inheritance: Microsoft.VisualStudio.Shell.ToolWindowPane
显示文件 Open project: HexWrench/VisualHG2015 Class Usage Examples

Public Methods

Method Description
PendingChangesToolWindow ( ) : System
Synchronize ( HgFileInfo files ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
PendingChangesControl_NeedsRefresh ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

PendingChangesToolWindow() public method

public PendingChangesToolWindow ( ) : System
return System

Synchronize() public method

public Synchronize ( HgFileInfo files ) : void
files HgLib.HgFileInfo
return void