This commit is contained in:
2026-01-29 13:25:37 +01:00
parent 2897920ba5
commit d69398eba3
3 changed files with 5 additions and 4 deletions

View File

@@ -6,6 +6,7 @@
<ShutdownMode>1</ShutdownMode>
<EnableVisualStyles>true</EnableVisualStyles>
<AuthenticationMode>0</AuthenticationMode>
<MinimumSplashScreenDisplayTime>0</MinimumSplashScreenDisplayTime>
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
<HighDpiMpde>false</HighDpiMpde>
<HighDpiMode>0</HighDpiMode>
</MyApplicationData>

View File

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

View File

@@ -4159,7 +4159,7 @@ ELSE_ATILLA:
For Each frm As Form In openForms
' Prüfe, ob das Fenster nicht das aktuelle Fenster
If frm.GetType.ToString <> "AVISO.frmHauptfenster" And frm.GetType.ToString <> "AVISO.frmLogin" Then
' Schließe das Fenster, unabhängig davon, ob es modal oder nicht ist
' Schließe das Fenster, unabhängig davon, ob es modal oder nicht istFaviso
frm.Close()
End If
Next