Ejemplo n.º 1
0
 private void moinsQuantite()
 {
     FM_SonScript.sonBoutonMoinsVente();
     if (nbProductSell > 1)
     {
         nbProductSell--;
     }
 }