Пример #1
0
 public EnterTextCommand(TextView textView, CaretView caretView, ISelectionViewReadonly selectionViewReader) : base(textView, caretView)
 {
     this.textView            = textView;
     this.selectionViewReader = selectionViewReader;
     this.caretView           = caretView;
 }
Пример #2
0
 public RemoveTextCommand(TextView textView, CaretView caretView, ISelectionViewReadonly selectionViewReader) : base(textView, caretView) {
     this.textView = textView;
     this.selectionViewReader = selectionViewReader;
     this.caretView = caretView;
 }