Allow delete of config, add F5 for loading data in windows
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user