Files
ShrlAlgoToolkit/ShrlAlgoToolkit.RevitAddins/RvCommon/QuickSelectionView.xaml

16 lines
569 B
Plaintext
Raw Normal View History

2024-12-22 10:26:12 +08:00
<Window
2025-04-24 20:56:44 +08:00
Height="450"
Title="条件选择"
Width="800"
mc:Ignorable="d"
x:Class="ShrlAlgoToolkit.RevitAddins.RvCommon.QuickSelectionView"
2024-12-22 10:26:12 +08:00
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
2025-04-24 20:56:44 +08:00
xmlns:local="clr-namespace:ShrlAlgoToolkit.RevitAddins.RvCommon"
2024-12-22 10:26:12 +08:00
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
2025-04-24 20:56:44 +08:00
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
2024-12-22 10:26:12 +08:00
<Grid>
<GroupBox Header="选项" />
</Grid>
</Window>