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 = "购货单位分类编码添加"; }
public BMGHDW_Edit(string SJBM, BMGHDW Father) { this.ghdwlogical = new BMGHDWManager(); this.ghdwModel = new BMGHDWModel(); this.log = LogUtil.GetLogger <BMGHDW_Edit>(); this.invoiceHandler = new InvoiceHandler(); this._bm = ""; this._sjbm = ""; this.SuggestBM = ""; this.Initialize(); this._sjbm = SJBM; this.father = Father; this.Text = "购货单位编码添加"; }
public BMGHDWFenLei(BMGHDW Father, 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.father = Father; this.Text = "购货单位分类编码编辑"; }