Changes for issue #89

This commit is contained in:
MikeMaximus
2017-08-10 22:02:31 -06:00
parent 2ef141ee9b
commit e3bfc6adb1
5 changed files with 41 additions and 3 deletions
+10
View File
@@ -7,6 +7,7 @@
Private bFolderSave As Boolean
Private sFileType As String
Private sExcludeList As String
Private bMonitorOnly As Boolean
Private oTags As List(Of Tag)
Property Name As String
@@ -81,6 +82,15 @@
End Get
End Property
Property MonitorOnly As Boolean
Set(value As Boolean)
bMonitorOnly = value
End Set
Get
Return bMonitorOnly
End Get
End Property
Property Tags As List(Of Tag)
Get
Return oTags