C# Класс GitScc.Blinkbox.UI.SettingsTab

Interaction logic for SettingsTab.xaml
Показать файл Открыть проект

Открытые методы

Метод Описание
RefreshBindings ( ) : void

Refreshes the data context bindings to update the UI.

SettingsTab ( ) : System.Windows.Controls

Initializes a new instance of the SettingsTab class.

Приватные методы

Метод Описание
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.

Описание методов

RefreshBindings() публичный Метод

Refreshes the data context bindings to update the UI.
public RefreshBindings ( ) : void
Результат void

SettingsTab() публичный Метод

Initializes a new instance of the SettingsTab class.
public SettingsTab ( ) : System.Windows.Controls
Результат System.Windows.Controls