C# 클래스 SamirBoulema.TGit.Commands.ContextMenuCommands

파일 보기 프로젝트 열기: sboulema/TGit

공개 메소드들

메소드 설명
AddCommands ( ) : void
ContextMenuCommands ( Microsoft.VisualStudio.Shell.OleMenuCommandService mcs, DTE dte, OptionPageGrid generalOptions ) : System

비공개 메소드들

메소드 설명
BlameContextCommand ( object sender, EventArgs e ) : void
CommitContextCommand ( object sender, EventArgs e ) : void
DiffContextCommand ( object sender, EventArgs e ) : void
DiskBrowserContextCommand ( object sender, EventArgs e ) : void
FetchContextCommand ( object sender, EventArgs e ) : void
MergeContextCommand ( object sender, EventArgs e ) : void
PrefDiffContextCommand ( object sender, EventArgs e ) : void
PullContextCommand ( object sender, EventArgs e ) : void
RepoBrowserContextCommand ( object sender, EventArgs e ) : void
RevertContextCommand ( object sender, EventArgs e ) : void
ShowLogContextCommand ( object sender, EventArgs e ) : void

메소드 상세

AddCommands() 공개 메소드

public AddCommands ( ) : void
리턴 void

ContextMenuCommands() 공개 메소드

public ContextMenuCommands ( Microsoft.VisualStudio.Shell.OleMenuCommandService mcs, DTE dte, OptionPageGrid generalOptions ) : System
mcs Microsoft.VisualStudio.Shell.OleMenuCommandService
dte DTE
generalOptions OptionPageGrid
리턴 System