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);
 }
Пример #2
0
 public TBusinessController()
 {
     bll     = new TBusinessBLL("MySQL", this.AreaNo);
     dicBll  = new FDictionaryBLL("MySQL", this.AreaNo);
     unitBll = new TUnitBLL("MySQL", this.AreaNo);
 }
Пример #3
0
 public TUserController()
 {
     this.bll     = new TUserBLL("MySQL", this.AreaNo);
     this.dicBll  = new FDictionaryBLL("MySQL", this.AreaNo);
     this.unitBll = new TUnitBLL("MySQL", this.AreaNo);
 }