@using static WebWindowComplex.LayoutConst
@if (isLoading) { } else { if (listErrPre != null && listErrPre.Count > 0) {
Errori validazione!
    @foreach (var item in listErrPre) {
  • @item.Value
  • }
} else if (listErrLink != null && listErrLink.Count > 0) {
Errore configurazione:
    @foreach (var item in listErrLink) {
  • @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 (currSplit >= SplitList.Count || currSplit == -1) { currStep = CompileStep.Tree; } else { } } else if (currStep == CompileStep.Sash) { @if (currSash >= SashList.Count || currSash == -1) { currStep = CompileStep.Tree; } else { } } else if (currStep == CompileStep.Fill) { @if (currFill >= FillList.Count || currFill == -1) { currStep = CompileStep.Tree; } else { } } else if (currStep == CompileStep.General) { }
@outSvg
if (listWarnings != null && listWarnings.Count > 0) {
Mancata corrispondenza valori:
    @foreach (var item in listWarnings) {
  • @item.Value
  • }
} } }