C# Class Rock.Apps.StatementGenerator.SelectLayoutPage

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

Public Methods

Method Description
SelectLayoutPage ( ) : System.Collections.Generic

Initializes a new instance of the SelectLayoutPage class.

Private Methods

Method Description
PopulateLayoutRadioButtonsFromDisk ( ) : void

Populates the layout radio buttons from disk.

btnImport_Click ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnImport control.

btnNext_Click ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnNext control.

btnPrev_Click ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnPrev control.

Method Details

SelectLayoutPage() public method

Initializes a new instance of the SelectLayoutPage class.
public SelectLayoutPage ( ) : System.Collections.Generic
return System.Collections.Generic