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 = "行政区域分类编码添加"; }
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 = "行政区域编码添加"; }
public BMXZQYSelect() { this.SelectedBM = ""; this.customerManager = new BMXZQYManager(); this.log = LogUtil.GetLogger <BMXZQYSelect>(); this.SelectedSJBM = ""; this.HiKeyWord = string.Empty; this.KeyWord = ""; this.selectbm = ""; this.SelectSJBM = 1; this.Initialize(); }
public BMXZQYFenLei(string BM, bool Isupdate) { this.khlogical = new BMXZQYManager(); this.khModel = new BMXZQYModel(); this.bm = ""; this.yuanBM = ""; this.SuggestBM = ""; this.Initialize(); this.bm = BM; this.yuanBM = BM; this.isUpdate = Isupdate; this.Text = "行政区域分类编码编辑"; }
public BMXZQY_Edit(string BM, bool Isupdate) { this.khlogical = new BMXZQYManager(); this.xzqyModel = new BMXZQYModel(); this.log = LogUtil.GetLogger <BMXZQY_Edit>(); this._bm = ""; this.SuggestBM = ""; this.Initialize(); this._bm = BM; this.yuanBM = BM; this.isUpdate = Isupdate; this.Text = "行政区域编码编辑"; }