Ejemplo n.º 1
0
        private void btnRegistrarNuevo_Click(object sender, EventArgs e)
        {
            frmRegistrarAutomovil ra = new frmRegistrarAutomovil();

            ra.Show();
        }
Ejemplo n.º 2
0
        private void insertarToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            frmRegistrarAutomovil ra = new frmRegistrarAutomovil();

            ra.Show();
        }