Exemplo n.º 1
0
        private void pictureBox4_Click(object sender, EventArgs e)
        {
            Group4 tax = new Group4();

            tax.textBox20.Text = textBoxPungpamern.Text;
            tax.Show();
            this.Hide();
        }
Exemplo n.º 2
0
        private void button2_Click(object sender, EventArgs e)
        {
            Group4 tax = new Group4();

            tax.textBox20.Text = textBoxSuti.Text;
            tax.Show();
            this.Hide();
        }