-sistemato accensione lampade su pulsante aggiorna

This commit is contained in:
Demetrio Cassarino
2025-03-27 16:20:24 +01:00
parent 2735c66b11
commit dc6c075508
7 changed files with 106 additions and 27 deletions
@@ -17,6 +17,9 @@ Public Class SimulationExpanderVM
Set(value As Boolean)
If value <> m_Simulation_IsExpanded Then
Map.refMachiningOptionPanelVM.Set_IsExpanded(MachiningOptionPanelVM.MachiningOptionPanelExpander.SIMULATION, value)
Map.refOperationsListExpanderVM.StatusLampList.Clear()
Dim tmpStatusLamp As New StatusLamp()
Map.refOperationsListExpanderVM.StatusLampList = tmpStatusLamp.LoadStatusLamp()
End If
End Set
End Property