예제 #1
0
 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();
 }