Exemplo n.º 1
0
 /// <summary>
 /// Handles the Click event of the lblTypeHelp control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="System.EventArgs"/> instance containing the event data.</param>
 static void lblTypeHelp_Click(object sender, EventArgs e)
 {
     HelpHelper.DisplayHelp(HelpHelper.HelpServerType);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Handles the Click event of the lblUserHelp control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="System.EventArgs"/> instance containing the event data.</param>
 static void lblUserHelp_Click(object sender, EventArgs e)
 {
     HelpHelper.DisplayHelp(HelpHelper.HelpAccountUser);
 }
Exemplo n.º 3
0
 /// <summary>
 /// Handles the Click event of the lblHostHelp control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="System.EventArgs"/> instance containing the event data.</param>
 static void lblHostHelp_Click(object sender, EventArgs e)
 {
     HelpHelper.DisplayHelp(HelpHelper.HelpHost);
 }
Exemplo n.º 4
0
 /// <summary>
 /// Handles the Click event of the lblPasswordHelp control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="System.EventArgs"/> instance containing the event data.</param>
 static void lblPasswordHelp_Click(object sender, EventArgs e)
 {
     HelpHelper.DisplayHelp(HelpHelper.HelpAccountPassword);
 }
Exemplo n.º 5
0
 /// <summary>
 /// Handles the Click event of the lblLiveVersionHelp control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="System.EventArgs"/> instance containing the event data.</param>
 static void lblLiveVersionHelp_Click(object sender, EventArgs e)
 {
     HelpHelper.DisplayHelp(HelpHelper.HelpLiveVersion);
 }
Exemplo n.º 6
0
 /// <summary>
 /// Handles the Click event of the lblCreateNewVersionHelp control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="System.EventArgs"/> instance containing the event data.</param>
 static void lblCreateNewVersionHelp_Click(object sender, EventArgs e)
 {
     HelpHelper.DisplayHelp(HelpHelper.HelpCreateNewVersion);
 }
Exemplo n.º 7
0
 /// <summary>
 /// Handles the Click event of the lblVersionHelp control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="System.EventArgs"/> instance containing the event data.</param>
 static void lblVersionHelp_Click(object sender, EventArgs e)
 {
     HelpHelper.DisplayHelp(HelpHelper.HelpNewVersionNumber);
 }
Exemplo n.º 8
0
 /// <summary>
 /// Handles the Click event of the lblRootPathHelp control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="System.EventArgs"/> instance containing the event data.</param>
 static void lblRootPathHelp_Click(object sender, EventArgs e)
 {
     HelpHelper.DisplayHelp(HelpHelper.HelpRootPath);
 }
Exemplo n.º 9
0
 /// <summary>
 /// Handles the Click event of the lblFiltersHelp control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="System.EventArgs"/> instance containing the event data.</param>
 static void lblFiltersHelp_Click(object sender, EventArgs e)
 {
     HelpHelper.DisplayHelp(HelpHelper.HelpDeleteFilters);
 }