Beispiel #1
0
        /// <summary>
        /// Show the About dialog box
        /// </summary>
        /// <param name="sender">The sender of the event</param>
        /// <param name="e">The event arguments</param>
        private void cmdHelp_Executed(object sender, ExecutedRoutedEventArgs e)
        {
            var aboutDlg = new AboutDlg();

            aboutDlg.ShowDialog();
        }
        /// <summary>
        /// Show the About dialog box
        /// </summary>
        /// <param name="sender">The sender of the event</param>
        /// <param name="e">The event arguments</param>
        private void cmdHelp_Executed(object sender, ExecutedRoutedEventArgs e)
        {
            var aboutDlg = new AboutDlg();

            aboutDlg.ShowDialog();
        }