修改图片保存路径
This commit is contained in:
@ -509,7 +509,7 @@ namespace DH.Commons.Base
|
||||
private AntList<SizeTreatParam> _sizeTreatParamList = new AntList<SizeTreatParam>();
|
||||
|
||||
private CustomizedPoint _showLocation = new CustomizedPoint();
|
||||
private string _imageSaveDirectory= "D://PROJECTS//Images";
|
||||
private string _imageSaveDirectory= "D://PROJECTS//Images//";
|
||||
private bool _saveOKOriginal = false;
|
||||
private bool _saveNGOriginal = false;
|
||||
private bool _saveOKDetect = false;
|
||||
|
Reference in New Issue
Block a user