清理代码

This commit is contained in:
GG Z
2026-02-20 16:47:26 +08:00
parent 9f121cfc7f
commit 97c0b18dc7
98 changed files with 435 additions and 1017 deletions

View File

@@ -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; }