Ejemplo n.º 1
0
        private void btnRegistro_Click(object sender, EventArgs e)
        {
            Form frmRegistro = new frmRegistro();

            frmRegistro.Show();
            this.Hide();
        }
Ejemplo n.º 2
0
        private void btnRegistro_Click(object sender, EventArgs e)
        {
            frmRegistro registro = new frmRegistro();

            registro.Show();
        }