diff --git a/ResultWindow.axaml.cs b/ResultWindow.axaml.cs index 930f650..1971d1c 100644 --- a/ResultWindow.axaml.cs +++ b/ResultWindow.axaml.cs @@ -10,7 +10,7 @@ namespace Logof_Client; public partial class ResultWindow : Window { public List errortypecheckboxes = new(); - public KasAddressList ur_addresses = new(); + public KasAddressList ur_addresses = new("Ergebnis_" + DateTime.Now.ToString("ddMMyy_HHmmss")); public List<(int, List, List)> ur_result; public List warningtypecheckboxes = new();