1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| EWS.EService qteachat = new EWS.EService();
EWS.NReponse rep = new EWS.NReponse();
string cfour = txtcfour.Text;
string reffour = txtreffour.Text;
string carticle = txtcart.Text;
string ncom = txtncom.Text;
string qte = txtqte.Text;
string cuser = txtuser.Text;
string lgcom = txtlgcom.Text;
qteachat.Url = WSData.BASE_URL;
EmakWS.Tcde []commandes=qteachat.MultiRefAchat(carticle, reffour, cfour, ncom);
DGCommandes.DataSource = commandes;
rep = qteachat.QteAchat(cuser, carticle, reffour, cfour, ncom, lgcom, qte); |
Partager