Ejemplo n.º 1
0
 public void addMemento(Memento save)
 {
     savepoint = save;
 }
Ejemplo n.º 2
0
 private Caretaker()
 {
     savepoint = null;
 }