Esempio n. 1
0
 private void button5_Click(object sender, EventArgs e)
 {
     this.Hide();
     Views.Vehiculo.IndexVehiculo c = new Views.Vehiculo.IndexVehiculo();
     c.ShowDialog();
     this.Close();
 }
Esempio n. 2
0
 private void toolStripMenuItem5_Click(object sender, EventArgs e)
 {
     this.Hide();
     Views.Vehiculo.IndexVehiculo c = new Views.Vehiculo.IndexVehiculo();
     c.ShowDialog();
     this.Close();
 }