private void button1_Click(object sender, EventArgs e) { Form3 f3 = new Form3(this); f3.Show(); a = new Account[10]; }
public Form4(Form3 f3,Form2 f2) { InitializeComponent(); this.f2 = f2; this.f3 = f3; }
public Form4(Form3 f3, Form2 f2) { InitializeComponent(); this.f2 = f2; this.f3 = f3; }