示例#1
0
    static void Main()
    {
        Console.CursorVisible = false;

        GuiControler guiControler = new GuiControler();

        guiControler.ShowMenu();
    }
 public GameController(GuiControler guiControler)
 {
     _guiControler  = guiControler;
     gameOverWindow = new GameOverWindow();
 }