C# 클래스 StateByState.ThirdViewModel

상속: BuildIt.Lifecycle.States.ViewModel.BaseStateManagerViewModel
파일 보기 프로젝트 열기: builttoroam/BuildIt

공개 메소드들

메소드 설명
Four ( ) : void
One ( ) : void
Start ( ) : System.Threading.Tasks.Task
ThirdViewModel ( ) : System
Three ( ) : void
Two ( ) : void

비공개 메소드들

메소드 설명
Vm_Done ( object sender, EventArgs e ) : void

메소드 상세

Four() 공개 메소드

public Four ( ) : void
리턴 void

One() 공개 메소드

public One ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

ThirdViewModel() 공개 메소드

public ThirdViewModel ( ) : System
리턴 System

Three() 공개 메소드

public Three ( ) : void
리턴 void

Two() 공개 메소드

public Two ( ) : void
리턴 void