清理代码
This commit is contained in:
@@ -3,8 +3,6 @@ using Autodesk.Revit.UI.Selection;
|
||||
using CommunityToolkit.Mvvm.ComponentModel;
|
||||
using CommunityToolkit.Mvvm.Input;
|
||||
using Nice3point.Revit.Toolkit.External.Handlers;
|
||||
using ShrlAlgoToolkit.Mvvm.Attributes;
|
||||
|
||||
|
||||
|
||||
namespace ShrlAlgoToolkit.RevitAddins.RvMEP;
|
||||
@@ -19,7 +17,7 @@ public partial class MoveMEPCurveViewModel : ObservableValidator
|
||||
|
||||
private readonly ActionEventHandler moveHandler = new();
|
||||
|
||||
[IsNumeric]
|
||||
[Attributes.IsNumeric]
|
||||
[ObservableProperty]
|
||||
[NotifyDataErrorInfo]
|
||||
public partial double Distance { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user