MS .0.8
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user