Exemplo n.º 1
0
 private void Search_Item_Barcode(string text)
 {
     DGV.DataSource = RepeatedFunctions.Search_Item_Barcode(text);
     RepeatedFunctions.MarkWarning(DGV.ColumnCount - 1, DGV);
 }