コード例 #1
0
 public TLedWindowController()
 {
     windowBll = new TWindowBLL(this.AreaNo);
     lcBll     = new TLedControllerBLL(this.AreaNo);
     ledWinBll = new TLedWindowBLL(this.AreaNo);
 }
コード例 #2
0
 public TLedControllerController()
 {
     this.bll = new TLedControllerBLL("MySQL", this.AreaNo);
 }
コード例 #3
0
 public TLedControllerController()
 {
     this.bll    = new TLedControllerBLL("MySQL", this.AreaNo);
     this.winBll = new TLedWindowBLL("MySQL", this.AreaNo);
 }