重命名控件库

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.CableLayoutView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
@@ -6,7 +6,7 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:electricDesign="clr-namespace:ShrlAlgoToolkit.RevitAddins.RvMEP"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:ui="https://github.com/ShrlAlgo/NeoUI"
xmlns:ui="https://github.com/ShrlAlgo/Melskin"
Title="线缆布置"
Width="220"
Height="200"
@@ -47,4 +47,4 @@
</b:Interaction.Triggers>
</Button>
</ui:StackPanel>
</ui:NeoWindow>
</ui:MelWindow>