Esempio n. 1
0
 public Start(AS.GameRound.Base.IInsert insertGameRound,
              AS.GamePlayerCard.Base.IDeal dealCards)
 {
     this._insertGameRound = insertGameRound;
     this._dealCards       = dealCards;
 }
Esempio n. 2
0
        public Start(AS.GameRound.Base.IInsert insertGameRound,
					 AS.GamePlayerCard.Base.IDeal dealCards)
        {
            this._insertGameRound = insertGameRound;
            this._dealCards = dealCards;
        }