private void button1_Click(object sender, EventArgs e) { Form2 fm2 = new Form2(); fm2.ShowDialog(); }