C# 클래스 GitSharp.Demo.HistoryGraph.HistoryGraphView

상속: IRepositoryView
파일 보기 프로젝트 열기: henon/GitSharp.Demo

공개 메소드들

메소드 설명
HistoryGraphView ( ) : System
Update ( Repository repo ) : void

비공개 메소드들

메소드 설명
OnCommitClicked ( PlotCommit commit ) : void
OnLabelClicked ( Core @ref ) : void
OnSelect ( Commit c ) : void
OnUnselect ( Commit c ) : void

메소드 상세

HistoryGraphView() 공개 메소드

public HistoryGraphView ( ) : System
리턴 System

Update() 공개 메소드

public Update ( Repository repo ) : void
repo Repository
리턴 void