diff --git a/Test.UI/Components/Pages/EditJWD.razor.cs b/Test.UI/Components/Pages/EditJWD.razor.cs index fd351a1..8e1dcad 100644 --- a/Test.UI/Components/Pages/EditJWD.razor.cs +++ b/Test.UI/Components/Pages/EditJWD.razor.cs @@ -120,7 +120,7 @@ namespace Test.UI.Components.Pages { new Threshold(1, "Threshold") } }; - private Dictionary ParamProfilo78 = new Dictionary() + private Dictionary ParamProfilo78 = new Dictionary() { {"Frame_Fill_Rail_DimMax", 85}, {"Frame_Fill_Rail_DimMin", 70}, @@ -454,20 +454,17 @@ namespace Test.UI.Components.Pages break; case DataAction.ResetDictShape: - { - CurrData.DictShape = new Dictionary(); - break; - } + CurrData.DictShape = new Dictionary(); + break; + case DataAction.ResetHwOpt: - { - CurrData.DictOptionsXml = new Dictionary(); - break; - } + CurrData.DictOptionsXml = new Dictionary(); + break; + case DataAction.ResetDimElem: - { - CurrData.ProfElementList = new List(); - break; - } + CurrData.ProfElementList = new List(); + break; + default: break; } @@ -515,7 +512,7 @@ namespace Test.UI.Components.Pages if (currArgs.msgUid.StartsWith($"{channelHwOpt}:{windowUid}") && currArgs.newMessage.Length > 2) { // deserializzo il dizionario delle risposte... - Dictionary rawDict = JsonConvert.DeserializeObject>(currArgs.newMessage) ?? new Dictionary(); + Dictionary rawDict = JsonConvert.DeserializeObject>(currArgs.newMessage) ?? new Dictionary(); if (rawDict.Count > 0) currHwOption = rawDict; } diff --git a/WebWindowComplex/WebWindowComplex.csproj b/WebWindowComplex/WebWindowComplex.csproj index 623c6a1..6c7bead 100644 --- a/WebWindowComplex/WebWindowComplex.csproj +++ b/WebWindowComplex/WebWindowComplex.csproj @@ -6,7 +6,7 @@ net8.0 enable enable - 3.1.2.416 + 3.1.2.417 Annamaria Sassi Egalware Componente gestione Configurazioni avanzate Window per LUX @@ -70,6 +70,8 @@ + + diff --git a/WebWindowConfigurator/WebWindowConfigurator.csproj b/WebWindowConfigurator/WebWindowConfigurator.csproj index 042cfdd..fec646c 100644 --- a/WebWindowConfigurator/WebWindowConfigurator.csproj +++ b/WebWindowConfigurator/WebWindowConfigurator.csproj @@ -6,7 +6,7 @@ net8.0 enable enable - 3.1.2.416 + 3.1.2.417 Annamaria Sassi Egalware Componente gestione JWD per LUX @@ -93,6 +93,8 @@ + +