This commit is contained in:
2026-04-27 08:16:27 +02:00
parent b36d2d7958
commit 2ca938a997
7 changed files with 4175 additions and 77 deletions

View File

@@ -4732,6 +4732,12 @@ OPTION (MAXRECURSION 1000);", "AVISO") '
Next
End Sub
Private Sub Button55_Click_2(sender As Object, e As EventArgs) Handles Button55.Click
Dim readT1 As New VERAG_PROG_ALLGEMEIN.cATEZ_Read_T1
Dim path As String = "D:\Andreas\TMP\TEST_READ.pdf"
readT1.TEST(path)
End Sub
'Private Sub Button26_Click(sender As Object, e As EventArgs)