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