Bloom.HelpLauncher.Show C# (CSharp) Method

Show() public static method

public static Show ( Control parent ) : void
parent System.Windows.Forms.Control
return void
        public static void Show(Control parent)
        {
            Help.ShowHelp(parent, FileLocator.GetFileDistributedWithApplication("Bloom.chm"));
        }

Same methods

HelpLauncher::Show ( Control parent, string topic ) : void
HelpLauncher::Show ( Control parent, string helpFileName, string topic ) : void