Example #1
0
        private void BtnCancelar_Click(object sender, EventArgs e)
        {
            Bienvenida atras = new Bienvenida();

            atras.Show();
            this.Hide();
        }
Example #2
0
        private void button1_Click(object sender, EventArgs e)
        {
            Bienvenida atras = new Bienvenida();

            atras.Show();
            this.Hide();
        }