清理多余引用

This commit is contained in:
2026-02-24 11:34:18 +08:00
parent 4961914919
commit 0ba966cef2
163 changed files with 279 additions and 840 deletions

View File

@@ -10,16 +10,12 @@ using HtmlAgilityPack;
using Microsoft.Win32;
using Nice3point.Revit.Toolkit.External.Handlers;
using ShrlAlgoToolkit.RevitAddins.RvMEP;
using ShrlAlgoToolkit;
using ShrlAlgoToolkit.RevitAddins;
namespace ShrlAlgoToolkit.RevitAddins.Mep;
public partial class ClashReportViewModel(UIApplication uiapp) : ObservableObject
{
[ObservableProperty]
[NotifyCanExecuteChangedFor(nameof(Mep.ClashReportViewModel.RefreshCommand))]
[NotifyCanExecuteChangedFor(nameof(RefreshCommand))]
public partial string FilePathName { get; set; }
public UIApplication UiApp { get; set; } = uiapp;