|
|
|
@@ -4585,7 +4585,7 @@ namespace MaiMuAOI.SysCtrl |
|
|
|
judgmentData = (DataJudgment)processParam.Value<int>("JudgmentData");
|
|
|
|
DelayTime = processParam.Value<int>("DelayTime");
|
|
|
|
DataCnt = processParam.Value<int>("DataCnt");
|
|
|
|
OffsetValue = processParam.Value<double>("OffsetValue");
|
|
|
|
OffsetValue = processParam.Value<double>("OffsetValue") + confMgr.SysConfigParams.Thickness_Offset;
|
|
|
|
//Points = processParam.Value<List<PointF>>("Points");
|
|
|
|
ThicknessProp thicknessParam = JsonConvert.DeserializeObject<ThicknessProp>(jsonParams);
|
|
|
|
Points = thicknessParam.Points;
|
|
|
|
|