重命名控件库

This commit is contained in:
GG Z
2026-01-02 17:30:41 +08:00
parent fa0d280130
commit 785e5de36e
277 changed files with 1068 additions and 1242 deletions

View File

@@ -1,7 +1,7 @@
using System.Globalization;
using System.Windows.Data;
namespace VariaStudio.Converters.Internal;
namespace Melskin.Converters.Internal;
/// <summary>
/// 该转换器实现了IMultiValueConverter接口用于将值转换为范围宽度。它主要用于进度条或滑块控件中根据当前值、最小值和最大值来计算并返回一个宽度值。