修复注释乱码
This commit is contained in:
@@ -58,7 +58,7 @@ namespace XP.ImageProcessing.RoiControl
|
||||
// 保存引用以便后续清理
|
||||
_attachedCollections[polygon] = newCollection;
|
||||
|
||||
// 监听Polygon卸载事件以清理资�?
|
||||
// 监听Polygon卸载事件以清理资源
|
||||
polygon.Unloaded += (s, args) =>
|
||||
{
|
||||
if (_attachedCollections.TryGetValue(polygon, out var collection))
|
||||
|
||||
Reference in New Issue
Block a user