Exemple #1
0
 internal BatchedUndoUnit(string description, Interop.IOleUndoManager undoManager, BatchedUndoType type)
 {
     this._description = description;
     this._undoManager = undoManager;
     this._type = type;
 }
 internal BatchedUndoUnit(string description, IHtmlEditor editor, BatchedUndoType type)
 {
     _description = description;
     _type        = type;
     _editor      = editor;
 }