修复注释乱码
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<ResourceDictionary
|
||||
<ResourceDictionary
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="clr-namespace:XP.ImageProcessing.RoiControl.Controls">
|
||||
xmlns:local="clr-namespace:XP.ImageProcessing.RoiControl.Controls"
|
||||
xmlns:models="clr-namespace:XP.ImageProcessing.RoiControl.Models">
|
||||
|
||||
<!-- ControlThumb样式 - 14*14灰色矩形 -->
|
||||
<Style x:Key="AreaControlThumbStyle" TargetType="{x:Type Thumb}">
|
||||
|
||||
Reference in New Issue
Block a user