Exemplo n.º 1
0
        private void button1_Click_2(object sender, EventArgs e)
        {
            this.Hide();
            Group2 two = new Group2();

            two.textsum.Text = textBox6.Text;
            two.Show();
        }
Exemplo n.º 2
0
        private void button4_Click(object sender, EventArgs e)
        {
            Group2 two = new Group2();

            two.Show();
        }