清理多余引用
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user