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