Exemplo n.º 1
0
 public void Change()
 {
     this.last = instance.Clone();
 }
Exemplo n.º 2
0
 public void Watch(ObserverCopy instance)
 {
     this.instance = instance;
     this.last     = instance.Clone();
 }