C# Класс Rock.Apps.StatementGenerator.OptionsPage

Interaction logic for OptionsPage.xaml
Наследование: System.Windows.Controls.Page
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
OptionsPage ( ) : System

Initializes a new instance of the OptionsPage class.

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

Метод Описание
Page_Loaded ( object sender, RoutedEventArgs e ) : void

Handles the Loaded event of the Page control.

PopulateImageFile ( string imageFileName ) : void

Populates the image file.

ShowDetail ( ) : void

Shows the detail.

btnCancel_Click ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnCancel control.

btnSave_Click ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnSave control.

btnSelectDefaultLogo_Click ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnSelectDefaultLogo control.

btnSelectLogoFile_Click ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnSelectLogoFile control.

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

OptionsPage() публичный метод

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