Esempio n. 1
0
 public new void Update()
 {
     mFullWordEditor.Update();
     base.Update();
 }
Esempio n. 2
0
 void MInstructionTextBox_ValueChanged(IWordEditor sender, WordEditorValueChangedEventArgs args)
 {
     mFullWordEditor.Update();
     OnValueChanged(args);
 }