Custom Filter Enhancement Phase #1

This commit is contained in:
Michael J. Seiferling
2017-08-04 18:17:07 -06:00
parent 8e82024c29
commit 11cc244b18
9 changed files with 299 additions and 41 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
Public Class Tag
<Serializable()>
Public Class Tag
Private sTagName As String
Property Name As String
+4 -3
View File
@@ -1,4 +1,5 @@
Public Class clsGame
<Serializable()>
Public Class clsGame
Private sGameID As String = Guid.NewGuid.ToString
Private sGameName As String = String.Empty
Private sProcessName As String = String.Empty
@@ -201,7 +202,7 @@
End Set
End Property
Property Enabled As Boolean
Property Enabled As Boolean
Get
Return bEnabled
End Get
@@ -210,7 +211,7 @@
End Set
End Property
Property MonitorOnly As Boolean
Property MonitorOnly As Boolean
Get
Return bMonitorOnly
End Get