C# Class PaulStovell.TrialBalance.UserInterface.TransactionDetailsPage

Interaction logic for TransactionDetailsWizardPage.xaml
Inheritance: WizardPage
Exibir arquivo Open project: PaulStovell/trial-balance

Public Methods

Method Description
Next ( ) : void

Called when the Save button is clicked.

TransactionDetailsPage ( Workbook workbook ) : System

Private Methods

Method Description
Page_Cancelling ( object sender, CancelEventArgs e ) : void

Called when the "Cancel" button is clicked.

Method Details

Next() public method

Called when the Save button is clicked.
public Next ( ) : void
return void

TransactionDetailsPage() public method

public TransactionDetailsPage ( Workbook workbook ) : System
workbook Workbook
return System