Exemplo n.º 1
0
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Spiel game = new Spiel();

            SpielController spielController = new SpielController(game, new DataBase());

            //game.dp1SetController(spielController);


            spielController.Start();



            Application.Run();
        }