private void button1_Click(object sender, EventArgs e) { Form3 f3 = new Form3(); f3.Show(); }
public Form4(Form3 f3) { InitializeComponent(); timer1.Start(); this.f3 = f3; }