Exemple #1
0
 //Form
 public void ShowEditor(Editors.IEditorForm editor)
 {
     if (m_formMdiParent != null && editor.MdiParent != m_formMdiParent)
         editor.MdiParent = m_formMdiParent;
     editor.Show();
 }