@using EgwCoreLib.Razor @if(mode == ModeView.View) {
Sash @(CurrSashGroup.SashList.Count == 1 ? "" : (IndexSash + 1))
Dimension @* *@
@*
Joints
@if (!JointCollapsed) {
} @if (!JointCollapsed) { @foreach (Joint joint in CurrSashDim.JointList) { } }
@if (!(CurrAnta.AreaList[0] is Split)) {
}
@for (int k = 0; k <= CurrSashGroup.SashList.Count - 1; k++) { @if (k != IndexSash) { int IndexCopy = k; int IndexModify = IndexSash;
} }
*@
} else {
Sash @(CurrSashGroup.SashList.Count == 1 ? "" : (IndexSash + 1))
@if (!(CurrAnta.AreaList[0] is Split)) {
}
Dimension
@*
@for (int k = 0; k <= CurrSashGroup.SashList.Count - 1; k++) { @if (k != IndexSash) { int IndexCopy = k; int IndexModify = IndexSash;
} }
*@
Joints
@foreach (Joint joint in CurrSashDim.JointList) { }
} @* *@