示例#1
0
 /// <summary>
 /// Redoes the most recent undo command
 /// </summary>
 /// <returns></returns>
 public bool Redo()
 {
     if (textBoxTemplated != null)
     {
         return(textBoxTemplated.Redo());
     }
     return(false);
 }