示例#1
0
 public Join(DS.Base.IJoin joinGame, Base.ISelect selectGame,
             Hubs.Base.ISendMessage sendMessage)
 {
     this._joinGame    = joinGame;
     this._selectGame  = selectGame;
     this._sendMessage = sendMessage;
 }
示例#2
0
 public Join(DS.Base.IJoin joinGame, Base.ISelect selectGame,
             Hubs.Base.ISendMessage sendMessage)
 {
     this._joinGame = joinGame;
     this._selectGame = selectGame;
     this._sendMessage = sendMessage;
 }