public BMKH_Edit(string SJBM, BMKH Father) : base(SJBM, Father) { this.khlogical = new BMKHManager(); this.invoiceHandler = new InvoiceHandler(); this.khModel = new BMKHModel(); this.Initialize(); this.InitData(); }
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 = "客户分类编码添加"; }
public BMKHFenLei(BMKH Father, 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.father = Father; this.Text = "客户分类编码编辑"; }