Beispiel #1
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   = "客户分类编码添加";
 }
Beispiel #2
0
 public BMKHFenLei(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.Text     = "客户分类编码编辑";
 }