C# Class StateByState.ThirdViewModel

Inheritance: BuildIt.Lifecycle.States.ViewModel.BaseStateManagerViewModel
Afficher le fichier Open project: builttoroam/BuildIt

Méthodes publiques

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

Private Methods

Méthode Description
Vm_Done ( object sender, EventArgs e ) : void

Method Details

Four() public méthode

public Four ( ) : void
Résultat void

One() public méthode

public One ( ) : void
Résultat void

Start() public méthode

public Start ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

ThirdViewModel() public méthode

public ThirdViewModel ( ) : System
Résultat System

Three() public méthode

public Three ( ) : void
Résultat void

Two() public méthode

public Two ( ) : void
Résultat void