private void btnRegistrarNuevo_Click(object sender, EventArgs e) { frmRegistrarAutomovil ra = new frmRegistrarAutomovil(); ra.Show(); }
private void insertarToolStripMenuItem1_Click(object sender, EventArgs e) { frmRegistrarAutomovil ra = new frmRegistrarAutomovil(); ra.Show(); }