@using static WebWindowTest.LayoutConst
@if (isLoading) { } else { if (listErrPre != null && listErrPre.Count > 0) {
Errori validazione!
    @foreach (var item in listErrPre) {
  • @item.Value
  • }
} else {
@if (currStep == CompileStep.Tree) { } else if (currStep == CompileStep.Frame) { @if (m_CurrWindow != null) { m_PreviousWindow = m_CurrWindow; } } else if (currStep == CompileStep.Split) { @if (currSplitIndex >= SplitList.Count || currSplitIndex == -1) { currStep = CompileStep.Tree; } else { } } else if (currStep == CompileStep.Sash) { @if (currSashIndex >= SashList.Count || currSashIndex == -1) { currStep = CompileStep.Tree; } else { } } else if (currStep == CompileStep.Fill) { @if (currFillIndex >= FillList.Count || currFillIndex == -1) { currStep = CompileStep.Tree; } else {
All fill
} } else if (currStep == CompileStep.General) { }
@outSvg
if (listWarnings != null && listWarnings.Count > 0) {
Mancata corrispondenza valori:
    @foreach (var item in listWarnings) {
  • @item.Value
  • }
} } }