Пример #1
0
 /// <summary>
 /// Handles the LinkClicked event of the FeaturesLinkLabel control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="LinkLabelLinkClickedEventArgs"/> instance containing the event data.</param>
 private void FeaturesLinkLabel_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
 {
     using (EVEMonFeaturesWindow window = new EVEMonFeaturesWindow())
     {
         window.ShowDialog(this);
     }
 }
 /// <summary>
 /// Handles the LinkClicked event of the FeaturesLinkLabel control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="LinkLabelLinkClickedEventArgs"/> instance containing the event data.</param>
 private void FeaturesLinkLabel_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
 {
     using (EVEMonFeaturesWindow window = new EVEMonFeaturesWindow())
     {
         window.ShowDialog(this);
     }
 }