Ejemplo n.º 1
0
        private void button3_Click(object sender, EventArgs e)
        {
            this.Close();
            Buy b = new Buy();

            b.Show();
        }
Ejemplo n.º 2
0
        private void bunifuThinButton21_Click(object sender, EventArgs e)
        {
            this.Hide();

            Buy p = new Buy();

            p.Show();
        }
Ejemplo n.º 3
0
        private void button3_Click(object sender, EventArgs e)
        {
            Buy p = new Buy();

            p.Show();
        }