Changes for issue #120

This commit is contained in:
MikeMaximus
2018-01-18 12:04:48 -06:00
parent 6b9ebaab36
commit 5996e28edf
4 changed files with 50 additions and 1 deletions
+18
View File
@@ -3669,6 +3669,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Hours.
'''</summary>
Friend ReadOnly Property frmSessions_ColumnHours() As String
Get
Return ResourceManager.GetString("frmSessions_ColumnHours", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to MonitorID.
'''</summary>
@@ -3714,6 +3723,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Total Hours: [PARAM].
'''</summary>
Friend ReadOnly Property frmSessions_lblTotalHours() As String
Get
Return ResourceManager.GetString("frmSessions_lblTotalHours", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Session Viewer.
'''</summary>