CBAMatez, Hauptfenster, etc.

This commit is contained in:
2026-02-10 10:02:21 +01:00
parent 8b9b806959
commit b20660dba1
8 changed files with 62 additions and 45 deletions

View File

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