Aviso Birthday4

This commit is contained in:
2024-05-22 15:14:31 +02:00
parent c62af5831a
commit 54a079a93f
15 changed files with 483 additions and 38 deletions

View File

@@ -2838,6 +2838,14 @@ Public Class frmHauptfenster
BürgschaftenExcelToolStripMenuItem.Visible = False
If CInt(Application.ProductVersion.Replace(".", "")) = 4000 Then
Dim frmGrayOut = VERAG_PROG_ALLGEMEIN.cMeineFunktionenAVISO.grayoutForm()
Dim f As New frmAvisoBirthday
f.ShowDialog(frmGrayOut)
frmGrayOut.Close()
End If
End Sub
WithEvents timerStart As New Timer