diff --git a/AppStarter.cs b/AppStarter.cs index 0c6b9a7..cf9d48e 100644 --- a/AppStarter.cs +++ b/AppStarter.cs @@ -19,8 +19,8 @@ namespace Deckungsbeitrag base.Commit(savedState); string appPath = Path.Combine( - Context.Parameters["TARGETDIR"], - "Wirl-Verwaltung.exe"); // Deine Haupt-App + @"C:\Program Files (x86)\Kilian Wirl GmbH\Verwaltung", + "Deckungsbeitrag.exe"); // Deine Haupt-App if (File.Exists(appPath)) { diff --git a/Program.cs b/Program.cs index ad2f789..ed1018e 100644 --- a/Program.cs +++ b/Program.cs @@ -45,6 +45,7 @@ namespace Deckungsbeitrag Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Screen[] screens = Screen.AllScreens; + timer = new System.Timers.Timer(); timer.Interval = 1000; timer.Elapsed += Timer_Elapsed; timer.Start(); diff --git a/Verwaltung_ReadMe.txt b/Verwaltung_ReadMe.txt index fca7423..bf38e32 100644 --- a/Verwaltung_ReadMe.txt +++ b/Verwaltung_ReadMe.txt @@ -99,5 +99,5 @@ Build-Info: - 🔄 Wenn kunde null dann return. [FormNeuerAuftrag.cs] - 🔄 Wenn Nachwäsche oder Müllwäsche alle Artikel anzeigen. [FormFehlmengeCount.cs] -Installation: 25.02.2026 08:33 +Installation: 25.02.2026 08:36 =====================================