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