Allow delete of config, add F5 for loading data in windows

This commit is contained in:
Jonathan Jenne
2022-01-28 12:05:41 +01:00
parent 6d6dd725d9
commit 5a8440ff05
18 changed files with 316 additions and 166 deletions

View File

@@ -137,6 +137,12 @@ Public Class frmExportMain
SearchDocuments()
End Sub
Private Sub frmExportMain_KeyDown(sender As Object, e As KeyEventArgs) Handles MyBase.KeyDown
If e.KeyCode = Keys.F5 Then
SearchDocuments()
End If
End Sub
Private Sub WebService_Progress(sender As Object, e As String)
SplashScreenManager.SetWaitFormDescription(e)
End Sub