Ejemplo n.º 1
0
 public BMKH_Edit(string SJBM, BMKH Father) : base(SJBM, Father)
 {
     this.khlogical      = new BMKHManager();
     this.invoiceHandler = new InvoiceHandler();
     this.khModel        = new BMKHModel();
     this.Initialize();
     this.InitData();
 }
Ejemplo n.º 2
0
 public BMKHFenLei(string SJBM, BMKH Father)
 {
     this.khlogical = new BLL.BMKHManager();
     this.khModel   = new BMKHModel();
     this.bm        = "";
     this.yuanBM    = "";
     this._sjbm     = "";
     this.SuggestBM = "";
     this.Initialize();
     this._sjbm  = SJBM;
     this.father = Father;
     this.Text   = "客户分类编码添加";
 }
Ejemplo n.º 3
0
 public BMKHFenLei(BMKH Father, string BM, bool Isupdate)
 {
     this.khlogical = new BLL.BMKHManager();
     this.khModel   = new BMKHModel();
     this.bm        = "";
     this.yuanBM    = "";
     this._sjbm     = "";
     this.SuggestBM = "";
     this.Initialize();
     this.bm       = BM;
     this.yuanBM   = BM;
     this.isUpdate = Isupdate;
     this.father   = Father;
     this.Text     = "客户分类编码编辑";
 }