Explorar o código

winfrom提交

duyong %!s(int64=3) %!d(string=hai) anos
pai
achega
53977532fd
Modificáronse 1 ficheiros con 4 adicións e 5 borrados
  1. 4 5
      CarMeterSystem/frmOneYardToEnd.cs

+ 4 - 5
CarMeterSystem/frmOneYardToEnd.cs

@@ -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)
                 {