Exemplo n.º 1
0
        static void Main(string[] args)
        {
            IBootstrapFacade bootstrap = new BootstrapFacade();

            bootstrap.LoadApplication();

            ISokobanGameTemplate template = DependencyContainer.Instance.Resolve <ISokobanGameTemplate>();

            template.StartGame();       // Starting the Game
        }
Exemplo n.º 2
0
        static void Main(string[] args)
        {
            IBootstrapFacade bootstrap = new BootstrapFacade();

            bootstrap.LoadApplication();
        }