Exemple #1
0
        static void Main(string[] args)
        {
            IBootstrapFacade bootstrap = new BootstrapFacade();

            bootstrap.LoadApplication();

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

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

            bootstrap.LoadApplication();
        }