C# Class GitUI.CommandsDialogs.FormCreateTag

Inheritance: GitModuleForm
ファイルを表示 Open project: gitextensions/gitextensions Class Usage Examples

Public Methods

Method Description
FormCreateTag ( GitUICommands aCommands, GitRevision revision ) : System

Private Methods

Method Description
AnnotateCheckedChanged ( object sender, EventArgs e ) : void
CreateTag ( ) : string
FormCreateTag_Load ( object sender, EventArgs e ) : void
OkClick ( object sender, EventArgs e ) : void
PushTag ( string tagName ) : void

Method Details

FormCreateTag() public method

public FormCreateTag ( GitUICommands aCommands, GitRevision revision ) : System
aCommands GitUICommands
revision GitCommands.GitRevision
return System