From 566dc8cf0405eb8690a82e29c0fb44d3e93353e3 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 10 Oct 2025 17:35:51 +0200 Subject: [PATCH] Eliminato area precedente CardFill --- WebWindowComplex/TableComp.razor | 52 -------------------------------- 1 file changed, 52 deletions(-) diff --git a/WebWindowComplex/TableComp.razor b/WebWindowComplex/TableComp.razor index f92f930..b9435fe 100644 --- a/WebWindowComplex/TableComp.razor +++ b/WebWindowComplex/TableComp.razor @@ -697,58 +697,6 @@ { Fill item = FillList[currFill]; - @*
-
-
-
-
-
-
-
-
-

Fill @(currFill + 1)

-
-
-
- -
-
-
-
- -
-
-
-
-
-
-
Selected all fill
-
-
-
- -
-
-
-
- -
-
-
-
-
- @foreach (var currSplitted in SplittedList) - { - @if (currSplitted.AreaList[0].Equals(item)) - { - - } - } -
-
-
-
-
*@ } } else if (currStep == CompileStep.General)