清理多余引用

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

@@ -1,7 +1,5 @@
using System.IO;
using System.Windows;
using System.Windows.Documents;
using Autodesk.Revit.DB;
using Melskin.Controls;
@@ -11,9 +9,6 @@ using MiniExcelLibs;
using Nice3point.Revit.Toolkit.External;
using ShrlAlgoToolkit.RevitAddins.Common.Assists;
using ShrlAlgoToolkit.RevitAddins.RvView;
using ShrlAlgoToolkit;
using ShrlAlgoToolkit.RevitAddins;
namespace ShrlAlgoToolkit.RevitAddins.DrawSheet;
@@ -43,7 +38,7 @@ public class ExportSchedulesCmd : ExternalCommand
var path = $"{selectedPath}\\导出的明细表.xlsx";
ExportScheduleToExcel(list, path);
Common.Assists.WinDialogAssist.OpenFolderAndSelectFile(path);
WinDialogAssist.OpenFolderAndSelectFile(path);
}
public void ExportScheduleToExcel(List<ViewSchedule> list,string path)