@if (currStep == CompileStep.General) { @foreach (FrameDimension dimension in m_frame.DimensionList) {
@dimension.nIndex @dimension.sName
}
@foreach (Joint joint in m_frame.JointList) {
}
BottomRailQty
@* *@ } else if (currStep == CompileStep.Sash) {
aggiungi finestre @* *@
} else if (currStep == CompileStep.Split) {
aggiungi montanti @* *@
} else if (currStep == CompileStep.Fill) {
aggiungi riempimento @* *@
}
@*
@if (currStep == CompileStep.General) {
@foreach (FrameDimension dimension in m_frame.DimensionList) {
@dimension.nIndex @dimension.sName
}
} else if (currStep == CompileStep.Shape) {
aggiungi forma
} else if (currStep == CompileStep.Dimension) {
aggiungi dimensioni
} else if (currStep == CompileStep.Open) {
scegli apertura
}
*@ @*
*@