EgtCAM5 :

- Migliorie varie.
This commit is contained in:
Emmanuele Sassi
2016-09-03 15:24:25 +00:00
parent 256ff11cf4
commit 2d665a396a
27 changed files with 625 additions and 335 deletions
@@ -39,6 +39,7 @@ Namespace EgtCAM5
CloseSimulation()
End If
m_IsExpanded = value
Application.Msn.NotifyColleagues(Application.SIMULATIONEXPANDER_GET_ISEXPANDED, value)
OnPropertyChanged("IsExpanded")
End If
End Set
@@ -269,6 +270,9 @@ Namespace EgtCAM5
ResetSimulation()
End If
End Sub)
Application.Msn.Register(Application.SIMULATIONEXPANDER_SET_ISEXPANDED, Sub(bValue As Boolean)
IsExpanded = bValue
End Sub)
End Sub
#End Region