清理多余引用
This commit is contained in:
@@ -9,14 +9,7 @@ using Melskin.Controls;
|
||||
using Microsoft.Win32;
|
||||
|
||||
using Nice3point.Revit.Toolkit.External;
|
||||
|
||||
using ShrlAlgo.Addin.Test;
|
||||
|
||||
using ShrlAlgoToolkit;
|
||||
using ShrlAlgoToolkit.RevitAddins;
|
||||
using ShrlAlgoToolkit.RevitAddins.Common.Controls;
|
||||
using ShrlAlgoToolkit.RevitAddins.RvFamily;
|
||||
|
||||
using TaskDialog = Autodesk.Revit.UI.TaskDialog;
|
||||
|
||||
namespace ShrlAlgoToolkit.RevitAddins.General;
|
||||
@@ -136,7 +129,7 @@ public class UpgradeFamilyCmd : ExternalCommand
|
||||
|
||||
private void UpdateFile(UIDocument uidoc, string filename)
|
||||
{
|
||||
System.Threading.Thread.Sleep(50);
|
||||
Thread.Sleep(50);
|
||||
|
||||
if (File.GetAttributes(filename).ToString().IndexOf("ReadOnly", StringComparison.Ordinal) != -1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user