コード例 #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();
 }
コード例 #2
0
ファイル: ComponentWindow.xaml.cs プロジェクト: toanitsv/Mold
 private void bwLoad_DoWork(object sender, DoWorkEventArgs e)
 {
     componentCurrentList = ComponentController.Select();
 }