C# Class PaulStovell.TrialBalance.UserInterface.WorkbookDetailsPage

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

Public Methods

Method Description
Next ( ) : void

Called when the Save button is clicked.

WorkbookDetailsPage ( Workbook workbook ) : System

Constructor.

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

WorkbookDetailsPage() public method

Constructor.
public WorkbookDetailsPage ( Workbook workbook ) : System
workbook Workbook The workbook being modified
return System