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

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

            car.Show();
        }