private void button1_Click(object sender, EventArgs e) { Form3 f3 = new Form3(); f3.Show(); }
public Form1() { InitializeComponent(); this.Initialize(); form3 = new Form3(this); }