예제 #1
0
        private void ExecuteShowAbout(object o)
        {
            var dlg = new AboutWindow(App.Current.MainWindow);

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