public static int intFalg = 0;                   //控件方法状态
 public HY_CustomerInfo()
 {
     InitializeComponent();
     hycustobll    = new HY_BLL.HY_CustomerInfoBLL();
     hycustoomodel = new HY_Model.HY_CustomerInfo();
     valid         = new HYWJ.HY_System.OperateAndValidate();
 }
 public static int intFalg = 0;                   //控件方法状态
 public HY_Bomlist()
 {
     InitializeComponent();
     hybombll = new HY_BomlistBLL();
     hybomdel = new HY_BomDetailsBLL();
     valid    = new HYWJ.HY_System.OperateAndValidate();
 }
Beispiel #3
0
 public HY_SupplierPrice()
 {
     InitializeComponent();
     supbll = new HY_SupplierPriceBLL();
     valid  = new HYWJ.HY_System.OperateAndValidate();
     hyNO   = new HYWJ.HY_System.HY_NO();
 }
Beispiel #4
0
 public HY_LookStorage()
 {
     InitializeComponent();
     valid     = new HYWJ.HY_System.OperateAndValidate();
     hystorbll = new HY_StorageBLL();
 }
 //构造函数
 public HY_Requisitions()
 {
     InitializeComponent();
     hyrepinfobll = new HY_RequisitionInfoBLL();
     valid        = new HYWJ.HY_System.OperateAndValidate();
 }
 private HYWJ.HY_System.OperateAndValidate valid; //实例化数据验证类
 public HY_CustomerOrder()
 {
     InitializeComponent();
     hycustobll = new HY_CustomerInfoBLL();
     valid      = new HYWJ.HY_System.OperateAndValidate();
 }
 //构造函数
 public HY_Purchaseorder()
 {
     InitializeComponent();
     hyprocmentbll = new HY_ProcurementBLL();
     valid         = new HYWJ.HY_System.OperateAndValidate();
 }
Beispiel #8
0
 public static int intFalg = 0;                   //控件方法状态
 public HY_Requisitioned()
 {
     InitializeComponent();
     hyreqbll = new HY_RequisitionedBLL();
     valid    = new HYWJ.HY_System.OperateAndValidate();
 }