Example #1
0
        private void btnRegistrarNuevo_Click(object sender, EventArgs e)
        {
            frmRegistrarAutomovil ra = new frmRegistrarAutomovil();

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

            ra.Show();
        }