Example #1
0
 public void setMachineState(MachineState ms)
 {
     dbp = new DynamicByteProvider(ms.memory);
     hexBox1.ByteProvider = dbp;
 }
Example #2
0
 public void setMachineState(MachineState ms)
 {
     this.ms = ms;
     timer1.Start();
 }