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

            formulario.Show();
            Conexion.Close();
        }
        private void guna2Button1_Click(object sender, EventArgs e)
        {
            Form formulario = new Formbienveida();

            formulario.Show();


            try
            {
                nombre = usuarionombre.Text;
                user   = correouser.Text;
                clave  = claveuser.Text;
            }

            catch (Exception)

            {
                MessageBox.Show("Revisar los datos insertados");
            }

            finally
            {
                MessageBox.Show("Registrando datos..");
                MessageBox.Show("Registro Exitoso..");
            }

            dat.Register(nombre, user, clave);
            Limpiar();
        }
Ejemplo n.º 3
0
        private void guna2ImageButton3_Click(object sender, EventArgs e)
        {
            Form formulario = new Formbienveida();

            formulario.Show();
        }