ZooFlow: Add about image

This commit is contained in:
Jonathan Jenne
2021-04-06 13:20:35 +02:00
parent be4065208c
commit cfbe2fd4b6
4 changed files with 57 additions and 22 deletions

View File

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