Esempio n. 1
0
 private void bwLoad_DoWork(object sender, DoWorkEventArgs e)
 {
     orderList     = OrderController.Select();
     supplierList  = SupplierController.Select();
     componentList = ComponentController.Select();
     sizeRunList   = SizeRunController.Select();
     offDayList    = OffDayController.Select();
     offDayMapList = OffDayMapController.Select();
 }
Esempio n. 2
0
 private void bwLoad_DoWork(object sender, DoWorkEventArgs e)
 {
     componentCurrentList = ComponentController.Select();
 }