Ejemplo n.º 1
0
        //PRODUITS

        private void pictureBox7_Click(object sender, EventArgs e)
        {
            UserLine.Hide();
            UnitesLine.Hide();
            VentesLine.Hide();
            StatLine.Hide();
            DisLine.Hide();
            AchatsLine.Hide();
            ProduitLine.Show();
            Produits.BringToFront();
        }