Exemple #1
0
 public frmStkInManage()
 {
     InitializeComponent();
     stkInlogic    = new STK_InLogic(this);
     dictLineLogic = new SYS_DictItemLineLogic(this);
     appHandler    = new Logic.AppHandler.SearchAssembleHandler(this);
 }
Exemple #2
0
 Guid poLineGuid;//采购明细GUID
 //string poBillNo = null;//明细所在订单号
 public frmPurchaseManage()
 {
     InitializeComponent();
     appHandler     = new Logic.AppHandler.SearchAssembleHandler(this);
     dictLineLogic  = new SYS_DictItemLineLogic(this);
     orderLogic     = new ORD_PurchaseOrderLogic(this);
     orderLineLogic = new ORD_PurchaseOrderLineLogic(this);//初始化订单明细
     //poBillNo = "";//初始化明细所在订单号
 }
Exemple #3
0
 public frmJobManage()
 {
     InitializeComponent();
     appHandler = new Logic.AppHandler.SearchAssembleHandler(this);
 }