We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c770c74 commit 9d944ebCopy full SHA for 9d944eb
CadAddinManager/Command/AddinManagerBase.cs
@@ -1,14 +1,11 @@
1
using System.IO;
2
-using System.Net;
3
using System.Reflection;
4
-using System.Reflection.Emit;
5
using System.Windows;
6
using Autodesk.AutoCAD.ApplicationServices;
7
using Autodesk.AutoCAD.Runtime;
8
using CadAddinManager.Model;
9
using CadAddinManager.View;
10
using CadAddinManager.ViewModel;
11
-using RevitAddinManager.Model;
12
using Application = Autodesk.AutoCAD.ApplicationServices.Core.Application;
13
using Exception = System.Exception;
14
using MessageBox = System.Windows.MessageBox;
0 commit comments