Commit e58e7e7d 刘韬

Revert "添加注释"

This reverts commit d321902e.
1 个父辈 eeaed4f2
...@@ -94,10 +94,6 @@ namespace SmartScan.SetControl.WPF ...@@ -94,10 +94,6 @@ namespace SmartScan.SetControl.WPF
var bitMap= (Bitmap)ObjConversion.ReadImageFile(iamgepath); var bitMap= (Bitmap)ObjConversion.ReadImageFile(iamgepath);
int contenI = 1; int contenI = 1;
//给条码加上识别数字
//kmon
//2025-6-25
mateCopy[mateIndex].Code.ForEach(codeInfo => mateCopy[mateIndex].Code.ForEach(codeInfo =>
{ {
PointF ConterPoint; PointF ConterPoint;
...@@ -124,6 +120,9 @@ namespace SmartScan.SetControl.WPF ...@@ -124,6 +120,9 @@ namespace SmartScan.SetControl.WPF
data3.SelectedIndex = -1; data3.SelectedIndex = -1;
bmp = (Bitmap)ImgShow.Image; bmp = (Bitmap)ImgShow.Image;
//给条码加上识别数字
//kmon
//2025-6-25
} }
else else
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!