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

@@ -3,7 +3,7 @@ using System.Reflection;
using System.Windows.Controls.Primitives;
using System.Windows.Markup;
namespace NeumUI.Markup
namespace NeoUI.Markup
{
/// <summary>
/// 用于在XAML中提供枚举类型的值源扩展。此扩展允许开发者直接将枚举类型作为数据源适用于如ComboBox等控件的ItemsSource绑定。