Exemple #1
0
        private void CarChoice_Click(object sender, EventArgs e)
        {
            Cars cars = new Cars();

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

            car.Show();
        }