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