C# Class GitUI.Blame.BlameControl

Inheritance: GitModuleControl
Datei anzeigen Open project: bleis-tift/gitextensions Class Usage Examples

Public Methods

Method Description
BlameControl ( ) : System
LoadBlame ( string guid, string fileName ) : void

Private Methods

Method Description
ActiveTextAreaControlDoubleClick ( object sender, EventArgs e ) : void
BlameCommitter_ScrollPosChanged ( object sender, EventArgs e ) : void
BlameFileClick ( object sender, EventArgs e ) : void
BlameFile_SelectedLineChanged ( object sender, int selectedLine ) : void
SyncBlameViews ( ) : void

Method Details

BlameControl() public method

public BlameControl ( ) : System
return System

LoadBlame() public method

public LoadBlame ( string guid, string fileName ) : void
guid string
fileName string
return void