private void teste2ToolStripMenuItem_Click_1(object sender, EventArgs e) { teste2 tst2 = new teste2(); tst2.MdiParent = this; tst2.Show(); }