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