Esempio n. 1
0
 public InstructionSet(Typer typer)
 {
     _typer = typer;
 }
Esempio n. 2
0
 public MainViewModel(InstructionSet instructionSet, Typer typer)
 {
     _instructionSet = instructionSet;
     _typer          = typer;
 }