@@ -734,6 +734,10 @@ namespace CarMeterSystem
// }
//}
+ //图片截取
+ // BourneCao暂时注释
+ _ = BeginInvoke(new Action(() => { shotImage(); }));
+
//语音提醒部分
//flag =true表示称重成功
readVoicd();
@@ -808,11 +812,6 @@ namespace CarMeterSystem
}
}));
-
- //图片截取
- // BourneCao暂时注释
- _ = BeginInvoke(new Action(() => { shotImage(); }));
catch (Exception ex)
{