Method | Description | |
---|---|---|
GetWizardStepViewModel ( string name ) : |
Gets the wizard step view model.
|
|
WizardFrameViewModel ( ISettingsService settingsService, IWizardData wizardData ) : System |
Initializes a new instance of the WizardFrameViewModel class.
|
Method | Description | |
---|---|---|
OnWizardCancel ( object sender, |
Projectses the wizard view model on on cancel.
|
|
OnWizardFinish ( object sender, |
Projectses the wizard view model on finish.
|
public GetWizardStepViewModel ( string name ) : |
||
name | string | The name. |
return |
public WizardFrameViewModel ( ISettingsService settingsService, IWizardData wizardData ) : System | ||
settingsService | ISettingsService | The settings service. |
wizardData | IWizardData | The wizard data. |
return | System |