Esempio n. 1
0
 public BMXZQYFenLei(string SJBM, BMXZQY Father)
 {
     this.khlogical = new BMXZQYManager();
     this.khModel   = new BMXZQYModel();
     this.bm        = "";
     this.yuanBM    = "";
     this.SuggestBM = "";
     this.Initialize();
     this.father = Father;
     this.Text   = "行政区域分类编码添加";
 }
Esempio n. 2
0
 public BMXZQY_Edit(string SJBM, BMXZQY Father)
 {
     this.khlogical = new BMXZQYManager();
     this.xzqyModel = new BMXZQYModel();
     this.log       = LogUtil.GetLogger <BMXZQY_Edit>();
     this._bm       = "";
     this.SuggestBM = "";
     this.Initialize();
     this.father = Father;
     this.Text   = "行政区域编码添加";
 }