清理多余引用
This commit is contained in:
@@ -4,13 +4,12 @@ using Nice3point.Revit.Toolkit.External.Handlers;
|
||||
|
||||
|
||||
using ShrlAlgoToolkit.RevitAddins.Properties;
|
||||
using ShrlAlgoToolkit.RevitAddins.RvView;
|
||||
|
||||
namespace ShrlAlgoToolkit.RevitAddins.Entry;
|
||||
|
||||
public class DrawingViewApp
|
||||
{
|
||||
private static readonly string TabName = RevitAddins.Properties.Settings.Default.TabName;
|
||||
private static readonly string TabName = Settings.Default.TabName;
|
||||
|
||||
public DrawingViewApp(UIControlledApplication application)
|
||||
{
|
||||
@@ -116,7 +115,7 @@ public class DrawingViewApp
|
||||
//ribbonPanel.AddPushButton<ViewManagerCmd>("视图管理", Resources.view_manager_32px, "视图管理");
|
||||
}
|
||||
|
||||
private void CreateToggleButton(Autodesk.Windows.RibbonTab rt, string panelName)
|
||||
private void CreateToggleButton(RibbonTab rt, string panelName)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user