Exemplo n.º 1
0
 private void Search_Item_Barcode(string text)
 {
     DGV.DataSource = RepeatedFunctions.Search_Item_Barcode(text);
     RepeatedFunctions.MarkWarning(DGV.ColumnCount - 1, DGV);
 }
Exemplo n.º 2
0
 private void Search_Item(uint o)
 {
     DGV.DataSource = RepeatedFunctions.Search_Item(o);
     RepeatedFunctions.MarkWarning(DGV.ColumnCount - 1, DGV);
 }
Exemplo n.º 3
0
 private void Search_Item_Name(string v)
 {
     DGV.DataSource = RepeatedFunctions.Search_Item_Name(v);
     RepeatedFunctions.MarkWarning(DGV.ColumnCount - 1, DGV);
 }
Exemplo n.º 4
0
 private void RefStore()
 {
     DGV.DataSource = RepeatedFunctions.RefStore();
     RepeatedFunctions.MarkWarning(DGV.ColumnCount - 1, DGV);
 }