private void pictureBox10_Click(object sender, EventArgs e)
 {
     SelectProduit sp = new SelectProduit();
     sp.Show();
 }
Esempio n. 2
0
        private void pictureBox10_Click(object sender, EventArgs e)
        {
            SelectProduit sp = new SelectProduit();

            sp.Show();
        }