C# Class DeleteUnusedBranches.DeleteUnusedBranchesForm

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: bleis-tift/gitextensions Class Usage Examples

Public Methods

Method Description
DeleteUnusedBranchesForm ( int days, IGitCommands gitCommands ) : System

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
Cancel_Click ( object sender, EventArgs e ) : void
Delete_Click ( object sender, EventArgs e ) : void

Method Details

DeleteUnusedBranchesForm() public method

public DeleteUnusedBranchesForm ( int days, IGitCommands gitCommands ) : System
days int
gitCommands IGitCommands
return System

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void