private void button6_Click(object sender, EventArgs e) { Form2 f2 = new Form2(); f2.ShowDialog(); }
Can Anyone Help