清理代码
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
using Autodesk.Revit.DB;
|
||||
using CommunityToolkit.Mvvm.ComponentModel;
|
||||
using ShrlAlgoToolkit.Mvvm.Attributes;
|
||||
|
||||
namespace ShrlAlgoToolkit.RevitAddins.RvFamily;
|
||||
|
||||
@@ -10,7 +9,7 @@ public partial class RenameTypeItem : ObservableValidator
|
||||
public partial bool IsSelected { get; set; }
|
||||
|
||||
[ObservableProperty]
|
||||
[UndefinedChar]
|
||||
[Attributes.UndefinedChar]
|
||||
[NotifyDataErrorInfo]
|
||||
public partial string NewTypeName { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user