Преглед изворни кода

Merge branch 'master' of https://git.steerinfo.com/caol/jisco_winform_wzjl.git

duyong пре 3 година
родитељ
комит
d684026e62
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      CarMeterSystem/OptionCls/CameraShotCls.cs

+ 2 - 2
CarMeterSystem/OptionCls/CameraShotCls.cs

@@ -79,8 +79,8 @@ namespace CarMeterSystem.OptionCls
         public void CapMethod(string actualFirstNo)
         {
             Connection();
-            CapPic(actualFirstNo);
-            //CapPicFromVideo(actualFirstNo);
+            //CapPic(actualFirstNo);
+            CapPicFromVideo(actualFirstNo);
             Close();
         }
     }