This commit is contained in:
2022-05-17 08:14:26 +02:00
5 changed files with 589 additions and 110 deletions

View File

@@ -650,6 +650,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