Modificata proprietà SplitStartVert

This commit is contained in:
Annamaria Sassi
2026-03-05 15:41:28 +01:00
parent ff8e65ecef
commit df44ae4bf2
23 changed files with 151 additions and 201 deletions
+2 -2
View File
@@ -382,8 +382,8 @@ namespace Test.UI.Components.Pages
private void CloseObj(DataSave reqSave)
{
currJwd = reqSave.currJwd;
outClose = !reqSave.open ? "Richiesto chiusura!" : "";
outSave = reqSave.open ? "Richiesto salvataggio!" : "";
outClose = !reqSave.Dosave ? "Richiesto chiusura!" : "";
outSave = reqSave.Dosave ? "Richiesto salvataggio!" : "";
}
private void ConfInit()
+2 -2
View File
@@ -426,8 +426,8 @@ namespace Test.UI.Components.Pages
private void CloseObj(DataSave reqSave)
{
currJwd = reqSave.currJwd;
outClose = !reqSave.open ? "Richiesto chiusura!" : "";
outSave = reqSave.open ? "Richiesto salvataggio!" : "";
outClose = !reqSave.Dosave ? "Richiesto chiusura!" : "";
outSave = reqSave.Dosave ? "Richiesto salvataggio!" : "";
}
private void ConfInit()
+2 -2
View File
@@ -167,8 +167,8 @@ namespace Test.UI.Components.Pages
private void CloseObj(DataSave reqSave)
{
currJwd = reqSave.currJwd;
outClose = !reqSave.open ? "Richiesto chiusura!" : "";
outSave = reqSave.open ? "Richiesto salvataggio!" : "";
outClose = !reqSave.Dosave ? "Richiesto chiusura!" : "";
outSave = reqSave.Dosave ? "Richiesto salvataggio!" : "";
}
private void ConfInit()