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

@@ -4,7 +4,7 @@
#if NETFRAMEWORK
using System.Diagnostics.Contracts;
namespace NeumUI.Extensions;
namespace NeoUI.Extensions;
internal static class StringExtensions
{

View File

@@ -2,7 +2,7 @@
using System.Windows.Controls.Primitives;
using System.Windows.Media.Media3D;
namespace NeumUI.Extensions;
namespace NeoUI.Extensions;
/// <summary>
/// VisualExtensions 类提供了对 WPF 视觉树和依赖属性操作的扩展方法。