Пример #1
0
 public new void Update()
 {
     mFullWordEditor.Update();
     base.Update();
 }
Пример #2
0
 void MInstructionTextBox_ValueChanged(IWordEditor sender, WordEditorValueChangedEventArgs args)
 {
     mFullWordEditor.Update();
     OnValueChanged(args);
 }