示例#1
0
 public BMGHDWFenLei(string SJBM, BMGHDW Father)
 {
     this.ghdwlogical = new BLL.BMGHDWManager();
     this.ghdwModel   = new BMGHDWModel();
     this.bm          = "";
     this.yuanBM      = "";
     this._sjbm       = "";
     this.SuggestBM   = "";
     this.Initialize();
     this._sjbm  = SJBM;
     this.father = Father;
     this.Text   = "购货单位分类编码添加";
 }
示例#2
0
 public BMGHDWFenLei(string BM, bool Isupdate)
 {
     this.ghdwlogical = new BLL.BMGHDWManager();
     this.ghdwModel   = new BMGHDWModel();
     this.bm          = "";
     this.yuanBM      = "";
     this._sjbm       = "";
     this.SuggestBM   = "";
     this.Initialize();
     this.bm       = BM;
     this.yuanBM   = BM;
     this.isUpdate = Isupdate;
     this.Text     = "购货单位分类编码编辑";
 }