[chore:] tiny improvements

This commit is contained in:
2025-09-01 10:20:24 +02:00
parent 028df0fe91
commit 5e04834cb2

View File

@@ -52,7 +52,7 @@ public partial class MainWindow : Window
progressWindow.Close(); progressWindow.Close();
// Ergebnis anzeigen, z.B. als Dialog // Ergebnis anzeigen, z.B. als Dialog
new ResultWindow(result).Show(); new ResultWindow(result, addresses.Item2).Show();
//await MessageBox.Show(_instance, $"{result.Count} Einträge fehlerhaft.", "Fertig"); //await MessageBox.Show(_instance, $"{result.Count} Einträge fehlerhaft.", "Fertig");
} }