MS
This commit is contained in:
@@ -98,7 +98,9 @@ Public Class ClassDragDrop
|
||||
End If
|
||||
Catch ex As Exception
|
||||
Logger.Error(ex)
|
||||
MsgBox("Error in view_MouseMove: " & ex.Message, MsgBoxStyle.Critical)
|
||||
|
||||
Dim oMsgBox As New Dialog1("Error in view_MouseMove: " & ex.Message, "", True)
|
||||
oMsgBox.ShowDialog()
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user