更新整理

This commit is contained in:
GG Z
2025-04-24 20:56:44 +08:00
parent 155cef46f8
commit 5b6d67b571
813 changed files with 14437 additions and 12362 deletions

View File

@@ -1,18 +1,18 @@
<wpf:FluentWindowEx
x:Class="ShrlAlgo.RvKits.RvIndependent.MetroTunnel.MetroTunnelView"
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"
xmlns:metroTunnel="clr-namespace:ShrlAlgo.RvKits.RvIndependent"
xmlns:wpf="https://github.com/ShrlAlgo/WPFluent"
xmlns:metroTunnel1="clr-namespace:ShrlAlgo.RvKits.RvIndependent.MetroTunnel"
Title="简易盾构区间"
Width="500"
Height="280"
MinWidth="300"
Title="简易盾构区间"
Width="500"
d:DataContext="{d:DesignInstance Type=metroTunnel1:MetroTunnelViewModel}"
mc:Ignorable="d">
mc:Ignorable="d"
x:Class="ShrlAlgoToolkit.RevitAddins.RvIndependent.MetroTunnel.MetroTunnelView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:metroTunnel="clr-namespace:ShrlAlgoToolkit.RevitAddins.RvIndependent"
xmlns:metroTunnel1="clr-namespace:ShrlAlgoToolkit.RevitAddins.RvIndependent.MetroTunnel"
xmlns:wpf="https://github.com/ShrlAlgo/WPFluent"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Window.Resources>
<ResourceDictionary Source="pack://application:,,,/ShrlAlgoToolkit.RevitAddins;component/WPFUI.xaml" />
</Window.Resources>