Example #1
0
 private void ShowDataInGrid()
 {
     retrieve.ShowReworkedStock(dataGridViewProduct, ProductIdGv, ProductNameGv, ProductCodeGv, ProductUnitGv, ProductMinValGv, AvailableStocks, ReworkedStock, RejectedStock, OnholdStock);
 }