Skip to content

Commit 9d944eb

Browse files
committed
Update AddinManagerBase.cs
1 parent c770c74 commit 9d944eb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CadAddinManager/Command/AddinManagerBase.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
using System.IO;
2-
using System.Net;
32
using System.Reflection;
4-
using System.Reflection.Emit;
53
using System.Windows;
64
using Autodesk.AutoCAD.ApplicationServices;
75
using Autodesk.AutoCAD.Runtime;
86
using CadAddinManager.Model;
97
using CadAddinManager.View;
108
using CadAddinManager.ViewModel;
11-
using RevitAddinManager.Model;
129
using Application = Autodesk.AutoCAD.ApplicationServices.Core.Application;
1310
using Exception = System.Exception;
1411
using MessageBox = System.Windows.MessageBox;

0 commit comments

Comments
 (0)