代码清理/拾色器功能/部分程序优化
This commit is contained in:
@@ -11,7 +11,7 @@ namespace GeekDesk.ViewModel
|
||||
[Serializable]
|
||||
public class MenuInfo : INotifyPropertyChanged
|
||||
{
|
||||
|
||||
|
||||
|
||||
private string menuName;
|
||||
private string menuId;
|
||||
@@ -65,7 +65,7 @@ namespace GeekDesk.ViewModel
|
||||
set
|
||||
{
|
||||
menuName = value;
|
||||
OnPropertyChanged("MenuName");
|
||||
OnPropertyChanged("MenuName");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -94,7 +94,8 @@ namespace GeekDesk.ViewModel
|
||||
if (menuEdit == Visibility.Visible)
|
||||
{
|
||||
NotMenuEdit = Visibility.Collapsed;
|
||||
} else
|
||||
}
|
||||
else
|
||||
{
|
||||
NotMenuEdit = Visibility.Visible;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user