Exemplo n.º 1
0
 public void Rollback() =>
 rollbacks.Push(history.Pop());
Exemplo n.º 2
0
 public void Learn(string programm)
 {
     history.Push(programm);
     rollbacks = new ItemsStack <string>();
 }