Ejemplo n.º 1
0
 internal void ClearHistory()
 {
     history.Clear();
     redoStack.Clear();
 }
Ejemplo n.º 2
0
 internal void ClearHistory()
 {
     history.Clear();
     redoStack.Clear();
     TextSource.CurrentTB.OnUndoRedoStateChanged();
 }