Beispiel #1
0
        //Fournisseurs

        private void pictureBox10_Click(object sender, EventArgs e)
        {
            UserLine.Hide();
            UnitesLine.Hide();
            VentesLine.Hide();
            StatLine.Hide();
            DisLine.Show();
            AchatsLine.Hide();
            ProduitLine.Hide();
            Fournisseurs.BringToFront();
        }
Beispiel #2
0
 private void pictureBox1_Click(object sender, EventArgs e)
 {
     WelcomePage.BringToFront();
     About.SendToBack();
     Contact.SendToBack();
     Header.BringToFront();
     UserLine.Hide();
     UnitesLine.Hide();
     VentesLine.Hide();
     StatLine.Hide();
     DisLine.Hide();
     AchatsLine.Hide();
     ProduitLine.Hide();
     AboutLine.Hide();
     ContactLine.Hide();
 }
Beispiel #3
0
 private void logout_Click_1(object sender, EventArgs e)
 {
     Login.Show();
     About.SendToBack();
     Contact.SendToBack();
     Header.Show();
     UserLine.Hide();
     UnitesLine.Hide();
     VentesLine.Hide();
     StatLine.Hide();
     DisLine.Hide();
     AchatsLine.Hide();
     ProduitLine.Hide();
     AboutLine.Hide();
     ContactLine.Hide();
 }