Commit e9f78a53 authored by wangwanxh@sina.com's avatar wangwanxh@sina.com

15/8

parent 8508b00e
......@@ -2045,6 +2045,7 @@ namespace GcDevicePc
{
SharedSpace.MControl.errstr = "校准时间不够";
SharedSpace.MControl.SetOut = false;
SharedSpace.MControl.SetRun = false;
}
}
//else if (SharedSpace.MControl.SetRun == false)
......@@ -2107,6 +2108,8 @@ namespace GcDevicePc
}
catch (Exception ex)
{
SharedSpace.MControl.SetOut = false;
SharedSpace.MControl.SetRun = false;
Trace.Write(ex);
}
}
......
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment