C# Class PaulStovell.TrialBalance.UserInterface.AccountTypePage

Interaction logic for AccountTypePage.xaml
Inheritance: WizardPage
Exibir arquivo Open project: PaulStovell/trial-balance Class Usage Examples

Public Methods

Method Description
AccountTypePage ( ) : System

Constructor.

AccountTypePage ( Workbook workbook ) : System

Constructor.

Private Methods

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

Called when one of the command buttons is clicked.

DetailsPage_Return ( object sender, WizardPageReturnEventArgs e ) : void

Method Details

AccountTypePage() public method

Constructor.
public AccountTypePage ( ) : System
return System

AccountTypePage() public method

Constructor.
public AccountTypePage ( Workbook workbook ) : System
workbook Workbook The workbook used to create the accounts.
return System