2025-04-24 20:56:44 +08:00
|
|
|
|
using System.Windows;
|
2024-12-22 10:26:12 +08:00
|
|
|
|
|
2025-04-24 20:56:44 +08:00
|
|
|
|
namespace ShrlAlgoToolkit.RevitAddins.RvCommon;
|
2024-12-22 10:26:12 +08:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// QuickSelectionView.xaml 的交互逻辑
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public partial class QuickSelectionView : Window
|
|
|
|
|
|
{
|
|
|
|
|
|
public QuickSelectionView()
|
|
|
|
|
|
{
|
|
|
|
|
|
InitializeComponent();
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|