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

8-22

parent 537fb05f
...@@ -1185,11 +1185,13 @@ namespace GcDevicePc ...@@ -1185,11 +1185,13 @@ namespace GcDevicePc
uint ret = 0; uint ret = 0;
uint count = 0; uint count = 0;
CKVocAnalyzer.GlobalCKV.tcpservice.stop();
_debugForm.CloseThread();
if (dr == DialogResult.OK) //停止系统并退出 if (dr == DialogResult.OK) //停止系统并退出
{ {
CKVocAnalyzer.GlobalCKV.tcpservice.stop();
_debugForm.CloseThread();
Stop_Thread(); Stop_Thread();
if (!String.IsNullOrEmpty(globaldata.connection_ip)) if (!String.IsNullOrEmpty(globaldata.connection_ip))
{ {
...@@ -1247,6 +1249,8 @@ namespace GcDevicePc ...@@ -1247,6 +1249,8 @@ namespace GcDevicePc
if (dr == DialogResult.Yes) //仅退出 if (dr == DialogResult.Yes) //仅退出
{ {
CKVocAnalyzer.GlobalCKV.tcpservice.stop();
_debugForm.CloseThread();
if (!String.IsNullOrEmpty(globaldata.connection_ip)) if (!String.IsNullOrEmpty(globaldata.connection_ip))
{ {
conmre.Set(); conmre.Set();
......
No preview for this file type
No preview for this file type
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