Browse Source

winfrom提交

duyong 3 years ago
parent
commit
53977532fd
1 changed files with 4 additions and 5 deletions
  1. 4 5
      CarMeterSystem/frmOneYardToEnd.cs

+ 4 - 5
CarMeterSystem/frmOneYardToEnd.cs

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