Zooflow: Zooflow: Rework New Search

This commit is contained in:
Jonathan Jenne
2022-05-16 15:25:33 +02:00
parent 8f1ab41d64
commit 0027d15d87
5 changed files with 589 additions and 110 deletions

View File

@@ -643,6 +643,8 @@ Public Class frmFlowForm
If oDroppedFiles.Count > 0 Then
Await Globix_CheckDroppedFiles(oDroppedFiles)
End If
Await Load_Recent_Files()
End Function
Private Async Function Globix_CheckDroppedFiles(pDroppedFiles As List(Of FileDrop.DroppedFile)) As Task