C# Class StateByState.ThirdViewModel

Inheritance: BuildIt.Lifecycle.States.ViewModel.BaseStateManagerViewModel
Show file Open project: builttoroam/BuildIt

Public Methods

Method Description
Four ( ) : void
One ( ) : void
Start ( ) : System.Threading.Tasks.Task
ThirdViewModel ( ) : System
Three ( ) : void
Two ( ) : void

Private Methods

Method Description
Vm_Done ( object sender, EventArgs e ) : void

Method Details

Four() public method

public Four ( ) : void
return void

One() public method

public One ( ) : void
return void

Start() public method

public Start ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

ThirdViewModel() public method

public ThirdViewModel ( ) : System
return System

Three() public method

public Three ( ) : void
return void

Two() public method

public Two ( ) : void
return void