Exemplo n.º 1
0
 private void datosPersonalesToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Registro_usuario.RegistroUsuario registro = new Registro_usuario.RegistroUsuario(usuario, this);
     registro.Show();
 }
Exemplo n.º 2
0
 private void btnRegistrar_Click(object sender, EventArgs e)
 {
     Registro_usuario.RegistroUsuario registroUsuarioForm = new Registro_usuario.RegistroUsuario();
     this.Hide();
     registroUsuarioForm.Show();
 }