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