C# Class GitSharp.Demo.HistoryGraph.HistoryGraphView

Inheritance: IRepositoryView
显示文件 Open project: henon/GitSharp.Demo

Public Methods

Method Description
HistoryGraphView ( ) : System
Update ( Repository repo ) : void

Private Methods

Method Description
OnCommitClicked ( PlotCommit commit ) : void
OnLabelClicked ( Core @ref ) : void
OnSelect ( Commit c ) : void
OnUnselect ( Commit c ) : void

Method Details

HistoryGraphView() public method

public HistoryGraphView ( ) : System
return System

Update() public method

public Update ( Repository repo ) : void
repo Repository
return void