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)