Globi Integration und Suche Abhängig

This commit is contained in:
2020-11-25 17:44:40 +01:00
parent 0dd9788d8f
commit 1638fdc173
24 changed files with 1545 additions and 3796 deletions

View File

@@ -299,6 +299,7 @@ Public Class frmFlowForm
If FileDrop.Drop_File(e) = True Then
TimerCheckDroppedFiles.Start()
Me.Cursor = Cursors.WaitCursor
End If
PictureBoxDragDrop.Image = My.Resources._1_LOGO_ZOO_FLOW1
@@ -315,6 +316,7 @@ Public Class frmFlowForm
TimerCheckDroppedFiles.Stop()
Check_Dropped_Files()
Me.Cursor = Cursors.Default
End Sub
Sub Check_Dropped_Files()
Try