ArmedCards.BusinessLogic.AppServices.GameRound.Start.Start C# (CSharp) Méthode

Start() public méthode

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