private void ExecuteShowAbout(object o) { var dlg = new AboutWindow(App.Current.MainWindow); dlg.ShowDialog(); }