creditsafe bugfix, abrechnungmaske (gu an CS oder AG), ZE-Buttons, Syska

This commit is contained in:
2024-06-25 08:22:35 +02:00
parent 8841b1381c
commit 37bbc7d14f
10 changed files with 106 additions and 65 deletions

View File

@@ -1,4 +1,6 @@
Public Class frmZEButtons
Imports System.Windows.Forms
Public Class frmZEButtons
Dim art As String
Public resultCode As Integer = -1
@@ -39,5 +41,12 @@
End Select
Me.TopMost = True
End Sub
Private Sub frmZEButtons_KeyDown(sender As Object, e As KeyEventArgs) Handles MyBase.KeyDown
If e.KeyCode = Keys.Escape Then Me.Close()
End Sub
End Class