C# Class GitSharp.Demo.HistoryGraph.HistoryGraphView

Inheritance: IRepositoryView
Afficher le fichier Open project: henon/GitSharp.Demo

Méthodes publiques

Méthode Description
HistoryGraphView ( ) : System
Update ( Repository repo ) : void

Private Methods

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

Method Details

HistoryGraphView() public méthode

public HistoryGraphView ( ) : System
Résultat System

Update() public méthode

public Update ( Repository repo ) : void
repo Repository
Résultat void