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