Esempio n. 1
0
 private void project_commandUnDone(object sender, urakawa.events.undo.UnDoneEventArgs e)
 {
     statusLabel.Text = string.Format("Undid {0}", e.UnDoneCommand.getShortDescription());
     if (e.UnDoneCommand is Commands.Command)
     {
         this.projectView.SelectFromAbove(((Commands.Command)e.UnDoneCommand).SelectionBefore);
         UpdateStatusForNewSelection(this.projectView.Selection);
     }
 }
Esempio n. 2
0
 private void ShowSource_commandUnDone(object sender, urakawa.events.undo.UnDoneEventArgs e)
 {
     UpdateView();
 }
Esempio n. 3
0
 private void Project_commandUnDone(object sender, urakawa.events.undo.UnDoneEventArgs e)
 {
     Changes(-1);
 }