MERIS Benachrichtigung, etc.

This commit is contained in:
2026-01-30 13:41:36 +01:00
parent 2dd9b6fc37
commit 0f7f242839
2 changed files with 3 additions and 2 deletions

View File

@@ -331,6 +331,7 @@ Public Class frmAvisoWeiterleiten
End If End If
ElseIf sender Is Button2 Then ElseIf sender Is Button2 Then
addBtn(flpFirma, "W", "FO_WIHD", "KÖRFEZ 61", True, "VERAG") addBtn(flpFirma, "W", "FO_WIHD", "KÖRFEZ 61", True, "VERAG")
addBtn(flpFirma, "W", "WO_MERIS", "MERIS", True, "VERAG")
End If End If

View File

@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben: ' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")> ' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("4.2.1.2")> <Assembly: AssemblyVersion("4.2.1.4")>
<Assembly: AssemblyFileVersion("4.2.1.2")> <Assembly: AssemblyFileVersion("4.2.1.4")>