creditsafe

This commit is contained in:
2025-09-03 10:18:11 +02:00
parent 18f433f345
commit 80c3a42afd
3 changed files with 138 additions and 139 deletions

View File

@@ -6392,6 +6392,7 @@ weiter:
End Sub
Private Sub cbCheckDate_CheckedChanged(sender As Object, e As EventArgs) Handles cbCheckDate.CheckedChanged
txtCSDate.Enabled = cbCheckDate.Checked
If cbCheckDate.Checked Then txtCSDate.Text = ""
End Sub
End Class