BlogTalkRadio.Tools.CFT.App.Help C# (CSharp) Method

Help() private method

private Help ( string help ) : void
help string
return void
        public static void Help(string help)
        {
            // this is an empty handler that prints
            // the automatic help string to the console.

            Console.WriteLine(help);
        }