Exemplo n.º 1
0
        private void button6_Click_1(object sender, EventArgs e)
        {
            this.Hide();
            Group5 one = new Group5();

            one.textsum.Text = textBox13.Text;
            one.Show();
        }
Exemplo n.º 2
0
        private void button5_Click(object sender, EventArgs e)
        {
            Group5 five = new Group5();

            five.Show();
        }