ArmedCards.BusinessLogic.AppServices.GameRound.Start.Start C# (CSharp) 메소드

Start() 공개 메소드

public Start ( ArmedCards.BusinessLogic.DomainServices.GameRound startRound, Game updateGame ) : System
startRound ArmedCards.BusinessLogic.DomainServices.GameRound
updateGame Game
리턴 System
        public Start(DS.Base.IStart startRound,
					 Game.Base.IUpdate updateGame)
        {
            this._startRound = startRound;
            this._updateGame = updateGame;
        }