C# Class PaulStovell.TrialBalance.UserInterface.AccountTypePage

Interaction logic for AccountTypePage.xaml
Inheritance: WizardPage
Afficher le fichier Open project: PaulStovell/trial-balance Class Usage Examples

Méthodes publiques

Méthode Description
AccountTypePage ( ) : System

Constructor.

AccountTypePage ( Workbook workbook ) : System

Constructor.

Private Methods

Méthode 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 méthode

Constructor.
public AccountTypePage ( ) : System
Résultat System

AccountTypePage() public méthode

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