修复注释乱码

This commit is contained in:
李伟
2026-04-14 17:11:31 +08:00
parent b8bcefc84b
commit cd03e30bb8
58 changed files with 761 additions and 767 deletions
@@ -5,7 +5,7 @@ using System.Windows.Controls.Primitives;
namespace XP.ImageProcessing.RoiControl
{
/// <summary>
/// ROI控制?
/// ROI控制
/// </summary>
public class ControlThumb : Thumb
{
@@ -21,7 +21,7 @@ namespace XP.ImageProcessing.RoiControl
}
catch
{
// 如果样式加载失败,使用默认样?
// 如果样式加载失败,使用默认样
thumbStyle = null;
}
}