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