コード例 #1
0
        public MultiMediaModule(
            IAppConfigService appConfigService,
            IScoreKeeperService scoreKeeperService,
            IStopWatchService stopWatchService)
        {
            this.appConfigService   = appConfigService;
            this.scoreKeeperService = scoreKeeperService;
            this.stopWatchService   = stopWatchService;

            this.soundEffectsService = new SoundEffectsService();
            this.speachService       = new SpeechService();
        }
コード例 #2
0
        public MultiMediaModule(
            IAppConfigService appConfigService,
            IScoreKeeperService scoreKeeperService,
            IStopWatchService stopWatchService)
        {
            this.appConfigService = appConfigService;
            this.scoreKeeperService = scoreKeeperService;
            this.stopWatchService = stopWatchService;

            this.soundEffectsService = new SoundEffectsService();
            this.speachService = new SpeechService();
        }