Exports werden in einem Export ordner abgelegt

This commit is contained in:
2023-08-06 19:37:42 +02:00
parent 778b4a9a64
commit f867ef6222
4 changed files with 9 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ namespace WWTech_KanalSchnittstelle.Exporter.XML
DoAdmindata(xmlElement);
DoCollectives(xmlElement);
_file.Save("test.xml");
_file.Save(projektname+".xml");
return true;
}