重命名控件库

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

@@ -3,7 +3,7 @@ using System.Text.RegularExpressions;
using System.Windows.Data;
using System.Windows.Documents;
namespace VariaStudio.Converters.Internal;
namespace Melskin.Converters.Internal;
/// <summary>
/// StringToCodeConverter 类实现了 IValueConverter 接口,用于将字符串转换为具有代码样式的 RichTextBox 控件。该类提供了一个静态实例 Instance用于在 XAML 中方便地引用。