コード例 #1
0
 public void ChangeStockProduit(string produit, float quantite)
 {
     m_clientSQL.ChangeStockProduit("'" + produit + "'", quantite);
 }