EgtCAM5 :
-Miglioramenti vari.
This commit is contained in:
@@ -98,7 +98,6 @@ Namespace EgtCAM5
|
||||
If value <> m_IsChecked Then
|
||||
Application.Msn.NotifyColleagues(Application.SETLASTBOOLEAN, value)
|
||||
m_IsChecked = value
|
||||
Application.Msn.NotifyColleagues(Application.SHOW, TextBox)
|
||||
OnPropertyChanged("IsChecked")
|
||||
End If
|
||||
End Set
|
||||
@@ -136,7 +135,6 @@ Namespace EgtCAM5
|
||||
End Get
|
||||
Set(value As Integer)
|
||||
Application.Msn.NotifyColleagues(Application.SETLASTINTEGER, value)
|
||||
Application.Msn.NotifyColleagues(Application.SHOW, TextBox)
|
||||
m_ComboSelectedIndex = value
|
||||
OnPropertyChanged("ComboSelectedIndex")
|
||||
End Set
|
||||
@@ -208,7 +206,7 @@ Namespace EgtCAM5
|
||||
''' Returns always true.
|
||||
''' </summary>
|
||||
Private Function CanShow(ByVal param As Object) As Boolean
|
||||
Return True
|
||||
Return If(m_ShowBtnVisibility = Visibility.Visible, True, False)
|
||||
End Function
|
||||
|
||||
#End Region ' ShowCommand
|
||||
|
||||
Reference in New Issue
Block a user