private void aboutButton_Click(object sender, RoutedEventArgs e) { AboutBox box = new AboutBox(); box.ShowDialog(); }