Example #1
0
 public BMCLFenLei(string SJBM, BMCL Father)
 {
     this.clManager = new BLL.BMCLManager();
     this.clModel   = new BMCLModel();
     this.bm        = "";
     this.yuanBM    = "";
     this._sjbm     = "";
     this.SuggestBM = "";
     this.Initialize();
     this._sjbm  = SJBM;
     this.father = Father;
     this.Text   = "车辆分类编码添加";
 }
Example #2
0
 public BMCLFenLei(string BM, bool Isupdate)
 {
     this.clManager = new BLL.BMCLManager();
     this.clModel   = new BMCLModel();
     this.bm        = "";
     this.yuanBM    = "";
     this._sjbm     = "";
     this.SuggestBM = "";
     this.Initialize();
     this.bm       = BM;
     this.yuanBM   = BM;
     this.isUpdate = Isupdate;
     this.Text     = "车辆分类编码编辑";
 }