Exemplo n.º 1
0
 public void Undo(IManipulator manipulator)
 {
     manipulator.SetByte(Name, offset, value);
 }
Exemplo n.º 2
0
 public void SetByte(string name, int offset, byte value)
 {
     manipulator.SetByte(name, offset, value);
     owner.OnExternalDataChange();
 }