This commit is contained in:
2020-03-05 10:27:23 +01:00
parent f636abc2fc
commit 61a3e9b6d3
34 changed files with 6056 additions and 2576 deletions

View File

@@ -61,10 +61,10 @@ Public Class ClassDragDrop
Try
dragDropData = row.Item("GUID") & "|" & source
Catch ex As Exception
LOGGER.Error(ex)
Try
dragDropData = row.Item("USER_ID") & "|" & source
Catch ex1 As Exception
LOGGER.Warn($"Error in view_MouseMove(2nd exception): " & ex.Message)
MsgBox("Error in view_MouseMove(2nd exception): " & ex.Message, MsgBoxStyle.Critical)
End Try