Exemplo n.º 1
0
 /// <summary>
 /// View the SHFB help file
 /// </summary>
 /// <param name="sender">The sender of the event</param>
 /// <param name="e">The event arguments</param>
 private void ViewShfbHelpExecuteHandler(object sender, EventArgs e)
 {
     SHFBUtility.ShowHelpTopic("bd1ddb51-1c4f-434f-bb1a-ce2135d3a909");
 }
Exemplo n.º 2
0
        //=====================================================================

        /// <summary>
        /// View the FAQ topic in the help file
        /// </summary>
        /// <param name="sender">The sender of the event</param>
        /// <param name="e">The event arguments</param>
        private void ViewFaqExecuteHandler(object sender, EventArgs e)
        {
            SHFBUtility.ShowHelpTopic("1aea789d-b226-4b39-b534-4c97c256fac8");
        }