Ejemplo n.º 1
0
        private bool Help(ConsoleTheme theme)
        {
            ModListHelpDialog hd = new ModListHelpDialog();

            hd.Run(theme);
            DrawBackground(theme);
            return(true);
        }
Ejemplo n.º 2
0
        private bool Help()
        {
            ModListHelpDialog hd = new ModListHelpDialog();

            hd.Run();
            DrawBackground();
            return(true);
        }