Add enum field support (OS) to custom filter

This commit is contained in:
Michael J. Seiferling
2019-02-08 08:41:50 -06:00
parent 2bceca2976
commit cf2080916f
6 changed files with 88 additions and 27 deletions
+9
View File
@@ -1185,6 +1185,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to OS.
'''</summary>
Friend ReadOnly Property frmFilter_FieldOS() As String
Get
Return ResourceManager.GetString("frmFilter_FieldOS", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Parameter.
'''</summary>