Upsdate 20240729

This commit is contained in:
Stefan Hutter
2024-07-29 15:00:22 +02:00
parent c3cacbec3c
commit dc2918e024
121 changed files with 329689 additions and 53 deletions

View File

@@ -49,7 +49,7 @@ namespace OnDoc
this.Style.TitleBar.ForeColor = Theaming.TitelFontColor();
InitLogging();
Logging.Logging.Debug("Start", "start.cs", "");
Logging.Logging.Debug("Start", "start.cs", "");
mitarbeiter = System.Security.Principal.WindowsIdentity.GetCurrent().Name;
mitarbeiter = mitarbeiter.Substring(mitarbeiter.IndexOf("\\") + 1);
@@ -80,6 +80,7 @@ namespace OnDoc
dokList1.mitarbeiternr = AppParams.CurrentMitarbieter;
dokList1.load_Profile();
dokList1.load_Mitarbeiter();
dokList1.refresh_dokumente();
Logging.Logging.Debug("Start - Ende", "start.cs", "");