C# Class GitScc.UI.BranchPicker

Interaction logic for BranchPicker.xaml
Inheritance: System.Windows.Controls.UserControl
Mostra file Open project: jzoss/Git-Source-Control-Provider Class Usage Examples

Public Methods

Method Description
BranchPicker ( GitRepository repository ) : System
BranchPicker ( Repository repository, IList list ) : System

Private Methods

Method Description
Show ( ) : SwitchBranchInfo
Show ( ) : bool?
btnOK_Click ( object sender, RoutedEventArgs e ) : void
checkBox_Checked ( object sender, RoutedEventArgs e ) : void
comboBranches_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
txtNewBranch_GotFocus ( object sender, RoutedEventArgs e ) : void
txtNewBranch_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

BranchPicker() public method

public BranchPicker ( GitRepository repository ) : System
repository GitRepository
return System

BranchPicker() public method

public BranchPicker ( Repository repository, IList list ) : System
repository Repository
list IList
return System