xiongzhu 6 anni fa
parent
commit
cbd7e0d83a

+ 2 - 1
CamTool/MainWindow.xaml.cs

@@ -741,12 +741,13 @@ namespace CamTool
         private void GetAllCard(object source, System.Timers.ElapsedEventArgs e)
         {
             MessageBox.Show("OK!");
-            int m_userId = 01;
+            int m_userId = -1;
             if (acsDevices.Count > 0)
             {
                 m_userId = acsDevices[0].userId;
             } else
             {
+                log.Info("not devices");
                 return;
             }
             if (-1 != m_lGetCardCfgHandle)

BIN
CamTool/bin/x86/Debug/CamTool.exe


BIN
CamTool/bin/x86/Debug/CamTool.pdb


BIN
CamTool/obj/x86/Debug/CamTool.exe


BIN
CamTool/obj/x86/Debug/CamTool.pdb