private void AboutMenuItemClick(object sender, RoutedEventArgs e) { AboutWindow aboutWindow = new AboutWindow(); aboutWindow.ShowDialog(); }