This commit is contained in:
Simon Martens
2023-06-21 16:32:08 +02:00
parent fdaffb2f91
commit e18f053865
14 changed files with 220223 additions and 56 deletions

View File

@@ -277,6 +277,7 @@ namespace HamannPrinter
static public Comment GetComment(XElement xelem)
{
//ref und subref id beziehen
if (!xelem.HasAttributes || xelem.Attribute("ref") == null) return null;
string refer = xelem.Attribute("ref").Value;
string subref = xelem?.Attribute("subref")?.Value;
Comment comm;