This commit is contained in:
2023-11-14 15:07:32 +01:00
parent e54c9114fb
commit 391bea7c98
9 changed files with 27107 additions and 5 deletions

View File

@@ -583,6 +583,15 @@ Public Class cGetMsgType
Return False
End Function
Shared Function isNCTS_VersandanmeldungXML_DETPRH(doc As XmlDocument) As Boolean
If doc.HasChildNodes Then
If doc.GetElementsByTagName("DETPRH").Count > 0 Then
Return True
End If
End If
Return False
End Function
Shared Function isNCTS_AnkunftsanzeigeXML(doc As XmlDocument) As Boolean
If doc.HasChildNodes Then
If doc.GetElementsByTagName("DETBAE").Count > 0 Then