Files
Shrlalgo.RvKits/ShrlAlgoToolkit.RevitAddins/DrawSheet/QuickSelectionView.xaml

16 lines
540 B
Plaintext
Raw Normal View History

2024-12-22 10:26:12 +08:00
<Window
2026-02-22 20:03:42 +08:00
x:Class="ShrlAlgoToolkit.RevitAddins.DrawSheet.QuickSelectionView"
2024-12-22 10:26:12 +08:00
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2025-10-10 11:19:58 +08:00
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
2024-12-22 10:26:12 +08:00
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
2025-10-10 11:19:58 +08:00
Title="条件选择"
Width="800"
Height="450"
Icon="{DynamicResource RevitIcon}"
mc:Ignorable="d">
2024-12-22 10:26:12 +08:00
<Grid>
<GroupBox Header="选项" />
</Grid>
</Window>