Пример #1
0
        private void button3_Click_1(object sender, EventArgs e)
        {
            this.Hide();
            Group4 two = new Group4();

            two.textsum.Text = textBox3.Text;
            two.Show();
        }
Пример #2
0
        private void button5_Click(object sender, EventArgs e)
        {
            Group4 four = new Group4();

            four.Show();
        }