Пример #1
0
 private void LostFocus(EditorControlDialog obj)
 {
     if (_curOpenningCtrl == obj)
     {
         _curOpenningCtrl = null;
     }
 }