C# Class GitScc.Blinkbox.UI.SettingsTab

Interaction logic for SettingsTab.xaml
Afficher le fichier Open project: blinkbox/Git-Source-Control-Provider

Méthodes publiques

Méthode Description
RefreshBindings ( ) : void

Refreshes the data context bindings to update the UI.

SettingsTab ( ) : System.Windows.Controls

Initializes a new instance of the SettingsTab class.

Private Methods

Méthode Description
InstallButton_Click ( object sender, System e ) : void

installs the latest version of the app.

SaveButton_Click ( object sender, System e ) : void

Handles the Click event of the SaveButton control.

Method Details

RefreshBindings() public méthode

Refreshes the data context bindings to update the UI.
public RefreshBindings ( ) : void
Résultat void

SettingsTab() public méthode

Initializes a new instance of the SettingsTab class.
public SettingsTab ( ) : System.Windows.Controls
Résultat System.Windows.Controls