예제 #1
0
 public Play(AS.GamePlayerCard.Base.ISelect selectGamePlayerCard,
             AS.GameRound.Base.ISelect selectGameRound,
             AS.GameRoundCard.Base.IInsert insertGameRoundCard,
             Base.IDelete deleteGamePlayerCard)
 {
     this._selectGamePlayerCard = selectGamePlayerCard;
     this._selectGameRound      = selectGameRound;
     this._insertGameRoundCard  = insertGameRoundCard;
     this._deleteGamePlayerCard = deleteGamePlayerCard;
 }
예제 #2
0
파일: Play.cs 프로젝트: kwmcrell/ArmedCards
        public Play(AS.GamePlayerCard.Base.ISelect selectGamePlayerCard,
					AS.GameRound.Base.ISelect selectGameRound,
					AS.GameRoundCard.Base.IInsert insertGameRoundCard,
					Base.IDelete deleteGamePlayerCard)
        {
            this._selectGamePlayerCard = selectGamePlayerCard;
            this._selectGameRound = selectGameRound;
            this._insertGameRoundCard = insertGameRoundCard;
            this._deleteGamePlayerCard = deleteGamePlayerCard;
        }