示例#1
0
文件: Program.cs 项目: AvenNight/CVS
 public void Rollback() =>
 rollbacks.Push(history.Pop());
示例#2
0
文件: Program.cs 项目: AvenNight/CVS
 public void Learn(string programm)
 {
     history.Push(programm);
     rollbacks = new ItemsStack <string>();
 }