C# Class KeyboardEditor.ViewModels.EndingStepViewModel

Inheritance: HelpAwareWizardPage
Datei anzeigen Open project: Invenietis/ck-certified Class Usage Examples

Public Methods

Method Description
CheckCanGoFurther ( ) : bool
CloseWizard ( ) : void
EndingStepViewModel ( IKeyboardEditorRoot root, WizardManager wizardManager ) : System.Collections.Generic
RestartWizard ( ) : void

Method Details

CheckCanGoFurther() public method

public CheckCanGoFurther ( ) : bool
return bool

CloseWizard() public method

public CloseWizard ( ) : void
return void

EndingStepViewModel() public method

public EndingStepViewModel ( IKeyboardEditorRoot root, WizardManager wizardManager ) : System.Collections.Generic
root IKeyboardEditorRoot
wizardManager WizardManager
return System.Collections.Generic

RestartWizard() public method

public RestartWizard ( ) : void
return void