IO板卡系统优化
This commit is contained in:
@@ -44,6 +44,12 @@ namespace UIShare.UIViewModel
|
||||
{
|
||||
get => _isVisible;
|
||||
set => SetProperty(ref _isVisible, value);
|
||||
}
|
||||
private bool _isEditable = true;
|
||||
public bool IsEditable
|
||||
{
|
||||
get => _isEditable;
|
||||
set => SetProperty(ref _isEditable, value);
|
||||
}
|
||||
|
||||
private string _name;
|
||||
|
||||
Reference in New Issue
Block a user