调整代码

This commit is contained in:
GG Z
2026-02-22 20:03:42 +08:00
parent 2ad3d0fde0
commit 7e2d5be3cd
258 changed files with 2916 additions and 5013 deletions

View File

@@ -0,0 +1,15 @@
<Window
x:Class="ShrlAlgoToolkit.RevitAddins.DrawSheet.QuickSelectionView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
Title="条件选择"
Width="800"
Height="450"
Icon="{DynamicResource RevitIcon}"
mc:Ignorable="d">
<Grid>
<GroupBox Header="选项" />
</Grid>
</Window>