C# Class PaulStovell.TrialBalance.UserInterface.WorkbookDetailsPage

Interaction logic for WorkbookDetailsPage.xaml
Inheritance: WizardPage
Afficher le fichier Open project: PaulStovell/trial-balance

Méthodes publiques

Méthode Description
Next ( ) : void

Called when the Save button is clicked.

WorkbookDetailsPage ( Workbook workbook ) : System

Constructor.

Private Methods

Méthode Description
Page_Cancelling ( object sender, CancelEventArgs e ) : void

Called when the "Cancel" button is clicked.

Method Details

Next() public méthode

Called when the Save button is clicked.
public Next ( ) : void
Résultat void

WorkbookDetailsPage() public méthode

Constructor.
public WorkbookDetailsPage ( Workbook workbook ) : System
workbook Workbook The workbook being modified
Résultat System