LogON LogOFF werden protokoliert

This commit is contained in:
ms
2022-12-28 09:58:58 +01:00
parent 18e00e475d
commit d694d26d19
18 changed files with 955 additions and 79 deletions

View File

@@ -25,7 +25,7 @@ Namespace My
Public Sub New()
MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
Me.IsSingleInstance = false
Me.EnableVisualStyles = true
Me.EnableVisualStyles = false
Me.SaveMySettingsOnExit = true
Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses
End Sub