C# Class Rock.Apps.StatementGenerator.OptionsPage

Interaction logic for OptionsPage.xaml
Inheritance: System.Windows.Controls.Page
Afficher le fichier Open project: SparkDevNetwork/Rock Class Usage Examples

Méthodes publiques

Méthode Description
OptionsPage ( ) : System

Initializes a new instance of the OptionsPage class.

Private Methods

Méthode Description
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.

Method Details

OptionsPage() public méthode

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