命名调整

This commit is contained in:
GG Z
2025-07-12 23:31:32 +08:00
parent 4d35cadb56
commit 6d96da6f90
88 changed files with 3975 additions and 2763 deletions

View File

@@ -1,4 +1,4 @@
<antd:Window x:Class="AntdWpfDemo.Views.ShellView"
<antd:AntdWindow x:Class="AntdWpfDemo.Views.ShellView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:antd="https://github.com/ShrlAlgo/AntdWpf"
@@ -37,4 +37,4 @@
<!--<antd:Alert Type="Success" Description="描述"/>
<antd:Button Content="Button"/>--><!--
</StackPanel>-->
</antd:Window>
</antd:AntdWindow>