重命名控件库

This commit is contained in:
GG Z
2026-01-02 17:30:41 +08:00
parent fa0d280130
commit 785e5de36e
277 changed files with 1068 additions and 1242 deletions

View File

@@ -1,4 +1,4 @@
<ui:NeoWindow
<ui:MelWindow
x:Class="ShrlAlgoToolkit.RevitAddins.RvMEP.ClashResolveView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
@@ -8,7 +8,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:rvMep="clr-namespace:ShrlAlgoToolkit.RevitAddins.RvMEP"
xmlns:sys="clr-namespace:System;assembly=mscorlib"
xmlns:ui="https://github.com/ShrlAlgo/NeoUI"
xmlns:ui="https://github.com/ShrlAlgo/Melskin"
Title="避让处理"
Width="320"
Height="450"
@@ -126,4 +126,4 @@
Command="{Binding ResolveCommand}"
Content="调整" />
</ui:StackPanel>
</ui:NeoWindow>
</ui:MelWindow>