C# Class GestSpace.InterpreterCommandViewModel

Inheritance: System.NotifyPropertyChangedBase
Mostrar archivo Open project: NicolasDorier/GestSpace Class Usage Examples

Public Methods

Method Description
Execute ( ) : void
InterpreterCommandViewModel ( InterpreterViewModel interpreterViewModel, string commands ) : System

Private Methods

Method Description
InterpreterCommandViewModel ( ) : System
Parse ( ) : void

Method Details

Execute() public method

public Execute ( ) : void
return void

InterpreterCommandViewModel() public method

public InterpreterCommandViewModel ( InterpreterViewModel interpreterViewModel, string commands ) : System
interpreterViewModel InterpreterViewModel
commands string
return System