Corretti alcuni Warnings

This commit is contained in:
Annamaria Sassi
2026-01-28 11:26:54 +01:00
parent 3f96d71c30
commit ce8bd4fafc
27 changed files with 479 additions and 435 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ namespace WebWindowComplex.Compo
if (CurrRec.ParentArea is Frame)
nElement = ((Frame)CurrRec.ParentArea).ElementDimensionList.Count;
else if(CurrRec.ParentArea is Sash)
nElement = ((Sash)CurrRec.ParentArea).SashList.FirstOrDefault().ElementDimensionList.Count;
nElement = ((Sash)CurrRec.ParentArea).SashList.FirstOrDefault()!.ElementDimensionList.Count;
switch (nElement)
{
case 4: