更新整理
This commit is contained in:
@@ -1,19 +1,17 @@
|
||||
using System.Windows;
|
||||
|
||||
using Autodesk.Revit.UI;
|
||||
using Autodesk.Windows;
|
||||
|
||||
using Nice3point.Revit.Toolkit.External.Handlers;
|
||||
|
||||
|
||||
using ShrlAlgo.RvKits.Properties;
|
||||
using ShrlAlgo.RvKits.RvView;
|
||||
using ShrlAlgoToolkit.RevitAddins.Properties;
|
||||
using ShrlAlgoToolkit.RevitAddins.RvView;
|
||||
|
||||
namespace ShrlAlgo.RvKits.UIRibbon;
|
||||
namespace ShrlAlgoToolkit.RevitAddins.UIRibbon;
|
||||
|
||||
public class DrawingViewApp
|
||||
{
|
||||
private static readonly string TabName = Properties.Settings.Default.TabName;
|
||||
private static readonly string TabName = RevitAddins.Properties.Settings.Default.TabName;
|
||||
|
||||
public DrawingViewApp(UIControlledApplication application)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user