Changes for issue #64

This commit is contained in:
MikeMaximus
2016-10-24 10:04:06 -06:00
parent 6d0db7c075
commit db6c96a80b
10 changed files with 12 additions and 420 deletions
-23
View File
@@ -1,23 +0,0 @@
Public Class clsRestoreCache
Private sName As String
Private sPath As String
Property Name As String
Get
Return sName
End Get
Set(value As String)
sName = value
End Set
End Property
Property Path As String
Get
Return sPath
End Get
Set(value As String)
sPath = value
End Set
End Property
End Class