private void button1_Click(object sender, EventArgs e) { MDIParent1 parent = new MDIParent1(); parent.Show(); }