调整代码
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using Melskin.Controls;
|
||||
|
||||
using ShrlAlgoToolkit.RevitAddins.RvView;
|
||||
using ShrlAlgoToolkit;
|
||||
using ShrlAlgoToolkit.RevitAddins;
|
||||
|
||||
namespace ShrlAlgoToolkit.RevitAddins.DrawSheet
|
||||
{
|
||||
/// <summary>
|
||||
/// SectionBoxControllerView.xaml 的交互逻辑
|
||||
/// </summary>
|
||||
public partial class SectionBoxControllerView : MelWindow
|
||||
{
|
||||
public SectionBoxControllerView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user