private void CreditsButton_OnClick(object sender, RoutedEventArgs e) { var window = new CreditsWindow(); window.Show(); }