예제 #1
0
 public FormProdDescri(Produit p, Form1 formParent)
 {
     this.formParent  = formParent;
     this.currentProd = p;
     initCompo(p);
 }