private void abmAutomovilesToolStripMenuItem_Click(object sender, EventArgs e) { Abm_Automovil.Form1 frmABMAutomovil = new Abm_Automovil.Form1(); frmABMAutomovil.Show(); }
private void lblListadoAutomoviles_Click(object sender, EventArgs e) { Abm_Automovil.Form1 listado = new Abm_Automovil.Form1(); this.Hide(); listado.Show(); }