private void temi9X9_Click(object sender, EventArgs e) { Form9x9 subForm = new Form9x9() { MdiParent = this, }; subForm.Show(); }