protected virtual void OnEditorFormRemoved(EditorFormEventArgs e) { EditorFormRemoved?.Invoke(this, e); }
private void EditorFormAdded(object sender, EditorFormEventArgs e) { e.Form.MdiParent = this; e.Form.Show(); }