Fix for session delete
This commit is contained in:
@@ -116,8 +116,8 @@ Public Class frmSessions
|
|||||||
For Each dgvRow As DataGridViewRow In dgSessions.SelectedRows
|
For Each dgvRow As DataGridViewRow In dgSessions.SelectedRows
|
||||||
oSession = New clsSession
|
oSession = New clsSession
|
||||||
oSession.MonitorID = dgvRow.Cells(0).Value
|
oSession.MonitorID = dgvRow.Cells(0).Value
|
||||||
oSession.SessionStart = dgvRow.Cells(2).Value
|
oSession.SessionStart = dgvRow.Cells(iStartDisplayCol).Value
|
||||||
oSession.SessionEnd = dgvRow.Cells(3).Value
|
oSession.SessionEnd = dgvRow.Cells(iEndDisplayCol).Value
|
||||||
oSessions.Add(oSession)
|
oSessions.Add(oSession)
|
||||||
Next
|
Next
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user