creditsafe bugfix, abrechnungmaske (gu an CS oder AG), ZE-Buttons, Syska
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user