This commit is contained in:
ShrlAlgo
2025-08-20 12:10:35 +08:00
parent fcd306b0f7
commit 955a01f564
962 changed files with 7893 additions and 127784 deletions

View File

@@ -1,6 +1,6 @@
using System.Windows.Data;
namespace NeumUI.Converters;
namespace NeoUI.Converters;
/// <summary>
/// 布尔值到可见性转换器用于将布尔值转换为WPF中的Visibility枚举值。