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