Added DHL

This commit is contained in:
2025-09-06 09:47:08 +10:00
parent e145d6529c
commit 0c6ded6b61
15 changed files with 2630 additions and 131 deletions

View File

@@ -59,5 +59,14 @@ Namespace My.Resources
resourceCulture = value
End Set
End Property
'''<summary>
''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
'''</summary>
Friend ReadOnly Property WindowsXPCriticalStop() As System.IO.UnmanagedMemoryStream
Get
Return ResourceManager.GetStream("WindowsXPCriticalStop", resourceCulture)
End Get
End Property
End Module
End Namespace