public TWindowController() { this.bll = new TWindowBLL("MySQL", this.AreaNo); this.winBusiBll = new TWindowBusinessBLL("MySQL", this.AreaNo); this.dicBll = new FDictionaryBLL("MySQL", this.AreaNo); this.areaBll = new TWindowAreaBLL("MySQL", this.AreaNo); this.unitBll = new TUnitBLL("MySQL", this.AreaNo); this.busiBll = new TBusinessBLL("MySQL", this.AreaNo); this.userBll = new TUserBLL("MySQL", this.AreaNo); this.ledWinBll = new TLedWindowBLL("MySQL", this.AreaNo); }
public TLedWindowController() { windowBll = new TWindowBLL(this.AreaNo); lcBll = new TLedControllerBLL(this.AreaNo); ledWinBll = new TLedWindowBLL(this.AreaNo); }
public TLedControllerController() { this.bll = new TLedControllerBLL("MySQL", this.AreaNo); this.winBll = new TLedWindowBLL("MySQL", this.AreaNo); }