Beispiel #1
0
        private void btn_CarIDChoose_Click(object sender, EventArgs e)
        {
            Form_Cars frm = new Form_Cars();

            frm.sendOrdersObjectToCar(this);
            frm.Show();
        }
Beispiel #2
0
        private void btn_ShowCarsList_Click(object sender, EventArgs e)
        {
            Form_Cars fc = new Form_Cars();

            fc.Show();
        }
        private void btn_cars_Click(object sender, EventArgs e)
        {
            Form_Cars c = new Form_Cars();

            c.Show();
        }