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