コード例 #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);
 }
コード例 #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);
 }
コード例 #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);
 }
コード例 #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);
 }
コード例 #5
0
ファイル: MainForm.cs プロジェクト: thepirateclub/netgore
 /// <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);
 }
コード例 #6
0
ファイル: MainForm.cs プロジェクト: thepirateclub/netgore
 /// <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);
 }
コード例 #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);
 }
コード例 #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);
 }
コード例 #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);
 }