Exemplo n.º 1
0
        private void CarChoice_Click(object sender, EventArgs e)
        {
            Cars cars = new Cars();

            cars.Show();
        }
Exemplo n.º 2
0
        private void CarList_Click(object sender, EventArgs e)
        {
            Cars car = new Cars();

            car.Show();
        }