Exemplo n.º 1
0
        private void label3_MouseClick(object sender, MouseEventArgs e)
        {
            this.Hide();
            CartForm2 crt = new CartForm2();

            crt.textBox3.Text = textBox1.Text;
            crt.ShowDialog();
        }
Exemplo n.º 2
0
        private void button3_Click(object sender, EventArgs e)
        {
            this.Hide();
            CartForm2 crt = new CartForm2();

            crt.textBox3.Text = textBox1.Text;
            crt.ShowDialog();
        }