修改样式表Styles.xaml的命名空间

This commit is contained in:
zengwenjie
2025-12-25 09:28:01 +08:00
parent 84df240cd6
commit 59e2e02f8a

View File

@@ -1,5 +1,5 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:ReoKM" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:theme="clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Aero2"> xmlns:theme="clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Aero2">
<!--Boolean到Visibility的转换--> <!--Boolean到Visibility的转换-->
<BooleanToVisibilityConverter x:Key="bool2VisibilityConverter"/> <BooleanToVisibilityConverter x:Key="bool2VisibilityConverter"/>