public BMXHDWFenLei(string SJBM, BMXHDW Father) { this.xhdwManager = new BLL.BMXHDWManager(); this.xhdwModel = new BMXHDWModel(); this.bm = ""; this.yuanBM = ""; this._sjbm = ""; this.SuggestBM = ""; this.Initialize(); this._sjbm = SJBM; this.father = Father; this.Text = "销货单位分类编码添加"; }
public BMXHDW_Edit(string SJBM, BMXHDW Father) { this.sfhrManager = new BMXHDWManager(); this.xhdwModel = new BMXHDWModel(); this.log = LogUtil.GetLogger <BMXHDW_Edit>(); this.invoiceHandler = new InvoiceHandler(); this._bm = ""; this._sjbm = ""; this.SuggestBM = ""; this.Initialize(); this._sjbm = SJBM; this.father = Father; this.Text = "销货单位编码添加"; }
public BMXHDWFenLei(BMXHDW Father, string BM, bool Isupdate) { this.xhdwManager = new BLL.BMXHDWManager(); this.xhdwModel = new BMXHDWModel(); this.bm = ""; this.yuanBM = ""; this._sjbm = ""; this.SuggestBM = ""; this.Initialize(); this.bm = BM; this.yuanBM = BM; this.isUpdate = Isupdate; this.father = Father; this.Text = "销货单位分类编码编辑"; }