Пример #1
0
 public UndoState(UndoStateType type, string text, string prevText, int pos)
     : this(type, type.ToString(), text, prevText, pos)
 {
 }
Пример #2
0
 //***************************************************************************
 // Class Constructors
 //
 public UndoState(UndoStateType type, string text, int pos)
     : this(type, type.ToString(), text, string.Empty, pos)
 {
 }