C# 클래스 GitUI.Blame.BlameControl

상속: GitModuleControl
파일 보기 프로젝트 열기: bleis-tift/gitextensions 1 사용 예제들

공개 메소드들

메소드 설명
BlameControl ( ) : System
LoadBlame ( string guid, string fileName ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

BlameControl() 공개 메소드

public BlameControl ( ) : System
리턴 System

LoadBlame() 공개 메소드

public LoadBlame ( string guid, string fileName ) : void
guid string
fileName string
리턴 void