ErrorMeldung

This commit is contained in:
2023-11-07 14:28:08 +01:00
parent 4027773db1
commit 8bb29427d0
9 changed files with 1199 additions and 649 deletions

View File

@@ -140,6 +140,16 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
'''</summary>
Friend ReadOnly Property err() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("err", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
'''<summary>
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
'''</summary>

File diff suppressed because it is too large Load Diff