- corretti titoli delle tabs

- aggiunti combobox per joint del telaio
This commit is contained in:
Annamaria Sassi
2025-07-15 14:32:48 +02:00
parent cd5a701222
commit 14aa91637a
3 changed files with 45 additions and 16 deletions
@@ -14,9 +14,9 @@ namespace WebWindowConfigurator
{
Draft = 0,
General = 1,
Shape,
Dimension,
Open
Sash,
Split,
Fill
}
private CompileStep currStep = CompileStep.Draft;
@@ -65,7 +65,6 @@ namespace WebWindowConfigurator
Frame NewFrame = (Frame)Frame.CreateFrame(m_CurrWindow);
m_CurrWindow.AreaList.Add(NewFrame);
m_SelArea = NewFrame;
var cc= m_frame.Shape;
}
private Window m_CurrWindow { get; set; } = new Window();