Пример #1
0
 void contentEditor_GotFocus(object sender, EventArgs e)
 {
     _inGotFocusHandler = true;
     _contentEditorSite.OnGotFocus();
     _inGotFocusHandler = false;
 }