예제 #1
0
 public Select(DS.Base.ISelect selectGamePlayers)
 {
     this._selectGamePlayers = selectGamePlayers;
 }
예제 #2
0
 public Update(DS.Base.IUpdate update)
 {
     this._update = update;
 }