Beispiel #1
0
        public void SetupApplication()
        {
            var coreBootstrapper = new CoreBootstrapper();

            coreBootstrapper.SetupCore();

            _tinyContainer.RegisterSingle <IGameApp, IosGameApp>();
        }