Ejemplo n.º 1
0
 public void Relearn() =>
 history.Push(rollbacks.Pop());
Ejemplo n.º 2
0
 public void Rollback() =>
 rollbacks.Push(history.Pop());