AppStarter hinzugefügt
This commit is contained in:
parent
9b2d3e2689
commit
efd3758c4f
@ -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))
|
||||
{
|
||||
|
||||
@ -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();
|
||||
|
||||
@ -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
|
||||
=====================================
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user