Update manual control invocation
Test / Run tests (push) Successful in 13s

This commit is contained in:
2026-08-07 12:58:55 +02:00
parent d3dea3e9a0
commit e45c398c68
4 changed files with 25 additions and 6 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ namespace PamhagenSysCtrl.Helpers {
PlcPort = config["plc:port"] ?? "COM1";
} catch (Exception exc) {
MessageBox.Show($"Die Konfigurationsdatei konnte nicht gelesen werden:\n\n{exc.Message}", "Konfigurationsdatei lesen", MessageBoxButton.OK, MessageBoxImage.Error);
App.Current.Shutdown();
Application.Current.Shutdown();
}
}
}