public OnclockController()
 {
     dataSource = new BallersDraftObj();
 }
示例#2
0
 public PauseController()
 {
     this.dataSource = new BallersDraftObj();
 }
示例#3
0
 public StatusController()
 {
     this.dataSource = new BallersDraftObj();
 }
示例#4
0
 public ChatController()
 {
     this.dataSource = new BallersDraftObj();
 }