Example #1
0
        public void Initialize()
        {
            // Initialize the controllers.
            view            = new View(this);
            mapController   = new MapController(this);
            cartsController = new CartsController(this);
            shipsController = new ShipsController(this);

            // Enter start modus.
            EnterStartModus();
        }
Example #2
0
        public void Initialize()
        {
            // Initialize the controllers.
            view = new View(this);
            mapController = new MapController(this);
            cartsController = new CartsController(this);
            shipsController = new ShipsController(this);

            // Enter start modus.
            EnterStartModus();
        }