MonoRepoUtils

This commit is contained in:
Jonathan Jenne
2021-05-21 16:31:55 +02:00
parent f681a6bc69
commit 61f5c80653
5 changed files with 88 additions and 11 deletions

View File

@@ -59,5 +59,15 @@ Namespace My.Resources
resourceCulture = value
End Set
End Property
'''<summary>
''' Sucht eine lokalisierte Ressource vom Typ DevExpress.Utils.Svg.SvgImage.
'''</summary>
Friend ReadOnly Property _3trafficlightsrimmed() As DevExpress.Utils.Svg.SvgImage
Get
Dim obj As Object = ResourceManager.GetObject("3trafficlightsrimmed", resourceCulture)
Return CType(obj,DevExpress.Utils.Svg.SvgImage)
End Get
End Property
End Module
End Namespace