private void button1_Click(object sender, EventArgs e) { this.Hide(); Group4 g4 = new Group4(); g4.g1.Text = g1.Text; g4.g2.Text = g2.Text; g4.earn.Text = earn.Text; g4.TBearn.Text = TBall.Text; g4.g3.Text = TBdeduction.Text; g4.Show(); }
private void gohome_Click(object sender, EventArgs e) { calTAX main = new calTAX(TBearn.Text); Form3 sum = new Form3(); Group1 one = new Group1(TBearn.Text); Group2 two = new Group2(); Group3 three = new Group3(); Group4 four = new Group4(); Group5 five = new Group5(); one.Show(); this.Hide(); }