Exemple #1
0
        private void button4_Click(object sender, EventArgs e)
        {
            this.Hide();
            Form7 two = new Form7();

            two.textsum.Text = textBox13.Text;
            two.Show();
        }
Exemple #2
0
        private void button5_Click(object sender, EventArgs e)
        {
            Form7 four = new Form7();

            four.Show();
        }