Operator feature change and minor bug fixes

This commit is contained in:
Michael J. Seiferling
2017-08-05 14:00:52 -06:00
parent 6e2298df49
commit 94086d0c05
7 changed files with 63 additions and 62 deletions
-10
View File
@@ -4,7 +4,6 @@
Private oField As clsGameFilterField
Private oData As Object
Private eNumericOperator As eNumericOperators = eNumericOperators.Equals
Private bNextBoolOperator As Boolean
Public Enum eNumericOperators
Equals = 1
@@ -41,15 +40,6 @@
End Set
End Property
Public Property NextBoolOperator As Boolean
Get
Return bNextBoolOperator
End Get
Set(value As Boolean)
bNextBoolOperator = value
End Set
End Property
Public Property NumericOperator As eNumericOperators
Get
Return eNumericOperator