Ab 01.01.23 wird ToolStripMenuItem im Hauptfenster zu Excelsicherheiten ausgeblendet.
This commit is contained in:
@@ -556,6 +556,15 @@ Public Class frmHauptfenster
|
|||||||
|
|
||||||
Panel1.Height -= pnlSearch.Height
|
Panel1.Height -= pnlSearch.Height
|
||||||
|
|
||||||
|
If Now.ToShortDateString >= DateTime.Parse("01/01/2023") Then
|
||||||
|
|
||||||
|
ToolStripMenuItem4.Visible = False
|
||||||
|
ToolStripMenuItem5.Visible = False
|
||||||
|
ToolStripMenuItem6.Visible = False
|
||||||
|
BürgschaftenExcelToolStripMenuItem.Visible = False
|
||||||
|
|
||||||
|
End If
|
||||||
|
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Sub initEAviso()
|
Sub initEAviso()
|
||||||
|
|||||||
Reference in New Issue
Block a user