private void button4_Click(object sender, EventArgs e) { this.Hide(); Form7 two = new Form7(); two.textsum.Text = textBox13.Text; two.Show(); }
private void button5_Click(object sender, EventArgs e) { Form7 four = new Form7(); four.Show(); }