Ejemplo n.º 1
0
 /// <summary>
 /// Displays the appropriate help topic
 /// </summary>
 //  Revision History
 //  MM/DD/YY Who Version Issue# Description
 //  -------- --- ------- ------ -------------------------------------------
 //
 //
 public void DisplayHelpTopic()
 {
     ConfiguredHelp.ShowHelp(this, HelpTopic);
 }
Ejemplo n.º 2
0
        /// <summary>
        /// Handles the Help button click event
        /// </summary>
        /// <param name="sender">The object that sent the event</param>
        /// <param name="e">The event arguments</param>
        //  Revision History
        //  MM/DD/YY Who Version Issue# Description
        //  -------- --- ------- ------ -------------------------------------------
        //  11/06/09 RCG 2.30.16        Created

        private void btnHelp_Click(object sender, EventArgs e)
        {
            ConfiguredHelp.ShowHelp(this, HelpID);
        }