modifica modalità riavvio app: riavvia INTERAMENTE l'app IOB-MAN

This commit is contained in:
Samuele Locatelli
2025-12-15 11:09:39 +01:00
parent e818eb4da4
commit a7e771b92e
2 changed files with 8 additions and 2 deletions
+7 -1
View File
@@ -1263,7 +1263,13 @@ namespace IOB_MAN.Core.Services
var dtReq = currAppConf.TaskData.AutoRebootTSpan;
TaskSchedulerService.IntervalInMinutes(dtReq.Hours, dtReq.Minutes, currAppConf.TaskData.AutoRebootMinutes, () =>
{
LoadConfAndStart(true);
#if false
// vecchia versione reload
LoadConfAndStart(true);
#endif
// esecuzione reboot come da button Reboot
RaiseRebootReq();
});
}
}
+1 -1
View File
@@ -8,7 +8,7 @@
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<Version>4.0.2512.1508</Version>
<Version>4.0.2512.1511</Version>
<Configurations>Debug;Release;Remote_DEBUG</Configurations>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
</PropertyGroup>