コード例 #1
0
 public AfficherProduitPourFournisseur(Commandes c)
 {
     InitializeComponent();
     this.commande = c;
 }
コード例 #2
0
 public AfficherInfoDeCommande(Commandes c)
 {
     InitializeComponent();
     this.commande = c;
 }