예제 #1
0
        private bool Help(ConsoleTheme theme)
        {
            ModListHelpDialog hd = new ModListHelpDialog();

            hd.Run(theme);
            DrawBackground(theme);
            return(true);
        }
예제 #2
0
        private bool Help()
        {
            ModListHelpDialog hd = new ModListHelpDialog();

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