コード例 #1
0
 private void pictureBox10_Click(object sender, EventArgs e)
 {
     SelectProduit sp = new SelectProduit();
     sp.Show();
 }
コード例 #2
0
        private void pictureBox10_Click(object sender, EventArgs e)
        {
            SelectProduit sp = new SelectProduit();

            sp.Show();
        }