private void button2_Click(object sender, EventArgs e) { Form11 MyForm = new Form11(); MyForm.Show(); this.Hide(); }