[chore:] changes from github

This commit is contained in:
2025-09-18 15:26:09 +02:00
parent 412de903f5
commit 39f068d983
14 changed files with 30 additions and 22 deletions

View File

@@ -56,10 +56,9 @@ public partial class MainWindow : Window
//await MessageBox.Show(_instance, $"{result.Count} Einträge fehlerhaft.", "Fertig");
}
private void MnuExit_OnClick(object? sender, RoutedEventArgs e)
{
throw new NotImplementedException();
Environment.Exit(0);
}
private void MnuAbout_OnClick(object? sender, RoutedEventArgs e)