Modificata proprietà SplitStartVert
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user