Ejemplo n.º 1
0
 void LoadMultiLineItems(string itemno,string itemname, int aQty)
 {
     var bl = new BLSales();
     var drstock = new BLSales().GetStockItem(itemno, "S");
     AddMultipleItems(bl.GetQtyRows(drstock, aQty), itemname);
 }