C# 클래스 KeyboardEditor.ViewModels.EndingStepViewModel

상속: HelpAwareWizardPage
파일 보기 프로젝트 열기: Invenietis/ck-certified 1 사용 예제들

공개 메소드들

메소드 설명
CheckCanGoFurther ( ) : bool
CloseWizard ( ) : void
EndingStepViewModel ( IKeyboardEditorRoot root, WizardManager wizardManager ) : System.Collections.Generic
RestartWizard ( ) : void

메소드 상세

CheckCanGoFurther() 공개 메소드

public CheckCanGoFurther ( ) : bool
리턴 bool

CloseWizard() 공개 메소드

public CloseWizard ( ) : void
리턴 void

EndingStepViewModel() 공개 메소드

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

RestartWizard() 공개 메소드

public RestartWizard ( ) : void
리턴 void