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