Example #1
0
 public void Redo()
 {
     if (Imp.Redo())
     {
         Modified = true;
         OnTextChanged(EventArgs.Empty);
     }
 }