Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
G
GC_Branch
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周磊
GC_Branch
Commits
f548e085
Commit
f548e085
authored
Aug 22, 2018
by
wangwanxh@sina.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
8-22
parent
537fb05f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
2 deletions
+6
-2
MDIBase.cs
GcDevicePc/MDIBase.cs
+6
-2
CKVocAlgorithm.dll
dll/CKVocAlgorithm.dll
+0
-0
CKVocAnalyzer.dll
dll/CKVocAnalyzer.dll
+0
-0
SpaceM.dll
dll/SpaceM.dll
+0
-0
No files found.
GcDevicePc/MDIBase.cs
View file @
f548e085
...
@@ -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
();
...
...
dll/CKVocAlgorithm.dll
View file @
f548e085
No preview for this file type
dll/CKVocAnalyzer.dll
View file @
f548e085
No preview for this file type
dll/SpaceM.dll
View file @
f548e085
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment