コード例 #1
0
        public PlayViewModel(string userName, Game game)
        {
            Game = game;

            SalesOfficeModel         = new SalesOfficeViewModel(userName, game);
            InternationalMarketModel = new InternationalMarketViewModel(userName, game);
            ArtistColonyModel        = new ArtistColonyViewModel(userName, game);

            InfluenceTrackModel = new InfluenceTrackViewModel(game);

            SetLocationViewModels(userName, game);
            SetGalleryModels(game);

            SetPlazaCounts(game);

            SetBoardModels(userName, game);
        }
コード例 #2
0
        public PlayViewModel(string userName, Game game)
        {
            Game = game;

            SalesOfficeModel = new SalesOfficeViewModel(userName, game);
            InternationalMarketModel = new InternationalMarketViewModel(userName, game);
            ArtistColonyModel = new ArtistColonyViewModel(userName, game);

            InfluenceTrackModel = new InfluenceTrackViewModel(game);

            SetLocationViewModels(userName, game);
            SetGalleryModels(game);

            SetPlazaCounts(game);

            SetBoardModels(userName, game);
        }