private void newMpiEditorForm_Click(object sender, EventArgs e) { var child = new MpiEditorForm { MdiParent = this }; child.Show(); }