Exemplo n.º 1
0
        private void selectLocation_Click(object sender, EventArgs e)
        {
            Form myForm = new Vehicles();

            myForm.Show();//opens vehicles form to see list of all vehicles
        }