private void ProcessNewGridLoaded()
 {
     this.CurrentSimulation = null;
     ActionStack.Clear();
     CreateSimulation();
     this.GridLoaded();
 }
Exemplo n.º 2
0
 private void redoBtn_Click(object sender, EventArgs e)
 {
     ActionStack.Redo();
 }
Exemplo n.º 3
0
 private void redoToolStripMenuItem1_Click(object sender, EventArgs e)
 {
     ActionStack.Redo();
 }