C# Class Rock.Apps.StatementGenerator.StartPage

Interaction logic for StartPage.xaml
Inheritance: System.Windows.Controls.Page
Mostra file Open project: SparkDevNetwork/Rock Class Usage Examples

Public Methods

Method Description
StartPage ( ) : System

Initializes a new instance of the StartPage class.

Private Methods

Method Description
btnStart_Click ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnStart control.

mnuOptions_Click ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the mnuOptions control.

Method Details

StartPage() public method

Initializes a new instance of the StartPage class.
public StartPage ( ) : System
return System