This commit is contained in:
2025-01-22 23:11:39 +01:00
parent d830c49d64
commit 3d83cf7878
7 changed files with 135 additions and 15 deletions

View File

@@ -215,4 +215,16 @@
Dim f As New frmSprachen("tblTranslate", "FMZOLL", ADMIN.SDL_ID)
f.Show(Me)
End Sub
Private Sub Button13_Click(sender As Object, e As EventArgs) Handles Button13.Click
frmProgDetails.codename = "VERAG_OCR"
frmProgDetails.Show()
End Sub
Private Sub Button14_Click(sender As Object, e As EventArgs) Handles Button14.Click
frmProgDetails.codename = "VERAGCallAssist"
frmProgDetails.Show()
End Sub
End Class