C# Класс AppStore.SettingsDialog

This class deals with Settings Dialog and implements all the important user-defined settings required by the app.
Наследование: ContentDialog
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
SettingsDialog ( ) : AppStore.Models

Public constructor for the SettingsDialog

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

Метод Описание
Connect ( int connectionId, object target ) : void
ContentDialog_PrimaryButtonClick ( ContentDialog sender, ContentDialogButtonClickEventArgs args ) : void

Method which is executed when the user taps on the "apply" button in the SettingsDialog.

ContentDialog_SecondaryButtonClick ( ContentDialog sender, ContentDialogButtonClickEventArgs args ) : void

Method which is executed when the user taps on the "cancel" button in the SettingsDialog

InitializeComponent ( ) : void

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

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

Public constructor for the SettingsDialog
public SettingsDialog ( ) : AppStore.Models
Результат AppStore.Models