Esempio n. 1
0
 private void registrarViajeToolStripMenuItem1_Click(object sender, EventArgs e)
 {
     Registro_Viajes.RegistroViaje frmRegViaje = new Registro_Viajes.RegistroViaje(usuario);
     frmRegViaje.Show();
 }
Esempio n. 2
0
 private void lblRegistrarViajes_Click(object sender, EventArgs e)
 {
     Registro_Viajes.RegistroViaje registroViaje = new Registro_Viajes.RegistroViaje();
     this.Hide();
     registroViaje.Show();
 }