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

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

            cars.Show();
        }