This commit is contained in:
2024-06-11 14:49:43 +02:00
8 changed files with 30 additions and 26 deletions

View File

@@ -116,6 +116,8 @@ Public Class Form1
End Sub
Private Sub Button3_Click(sender As Object, e As EventArgs) Handles Button3.Click
ListBox1.Text = ""
ListBox1.Items.Clear()
Dim oDialogResult = OpenFileDialog1.ShowDialog()
Dim oArgs As New WorkerArgs() With {
.AllowFacturX = False,