示例#1
0
 public void ClearUndoHistory()
 {
     textBufferUndoManager.UnregisterUndoHistory();
     var dummy = textBufferUndoManager.TextBufferUndoHistory;
 }