Пример #1
0
 public void Relearn() =>
 history.Push(rollbacks.Pop());
Пример #2
0
 public void Rollback() =>
 rollbacks.Push(history.Pop());