Beispiel #1
0
        /// <summary>
        /// Handles the Click event of the miHelp control.
        /// </summary>
        /// <param name="sender">The source of the event.</param>
        /// <param name="e">The <see cref="RoutedEventArgs"/> instance containing the event data.</param>
        private void miHelp_Click(object sender, RoutedEventArgs e)
        {
            HelpScreen help = new HelpScreen();

            help.ShowDialog();
        }
Beispiel #2
0
 /// <summary>
 /// Handles the Click event of the miHelp control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="RoutedEventArgs"/> instance containing the event data.</param>
 private void miHelp_Click(object sender, RoutedEventArgs e)
 {
     HelpScreen help = new HelpScreen();
     help.ShowDialog();
 }