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