This commit is contained in:
SchreiberM
2015-11-23 16:18:43 +01:00
parent 25a97a09e2
commit a7ea2277c5
11 changed files with 255 additions and 31 deletions

View File

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