C# Class GitScc.Blinkbox.UI.SettingsTab

Interaction logic for SettingsTab.xaml
Datei anzeigen Open project: blinkbox/Git-Source-Control-Provider

Public Methods

Method 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

Method 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 method

Refreshes the data context bindings to update the UI.
public RefreshBindings ( ) : void
return void

SettingsTab() public method

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