Exemplo n.º 1
0
Arquivo: G4.cs Projeto: Monsichaa/tax
        private void button12_Click(object sender, EventArgs e)
        {
            this.Hide();
            G5 one = new G5();

            one.textBox1.Text = textBox23.Text;
            one.Show();
        }
Exemplo n.º 2
0
Arquivo: G6.cs Projeto: Monsichaa/tax
        private void pictureBox3_Click(object sender, EventArgs e)
        {
            G5 five = new G5();

            five.Show();
        }