private void AboutCommand_Executed (object sender, ExecutedRoutedEventArgs e) { AboutDialog aDlg = new AboutDialog (); aDlg.ShowDialog (); }