Exemplo n.º 1
0
        //===================
        // כפתור מידע רכבים
        //===================
        private void Car_management_Click(object sender, EventArgs e)
        {
            this.Hide(); // להסתיר את המסך הקודם
            informationCarGUI inf = new informationCarGUI(dataB);

            inf.Show(); // להציג את המסך
        }
Exemplo n.º 2
0
        private void Car_management_Click(object sender, EventArgs e) // כפתור מידע רכבים
        {
            this.Hide();                                              // להסתיר את המסך הקודם
            informationCarGUI inf = new informationCarGUI();          // מסך מתן הרשאות

            inf.Show();                                               // להציג את המסך
        }