This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
shadowsocks-windows
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
67
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
call controller.Stop() when application exit
tags/2.3
Gang Zhuo
10 years ago
parent
1c5fcbc137
commit
f1c821a9cd
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
shadowsocks-csharp/Program.cs
+ 2
- 0
shadowsocks-csharp/Program.cs
View File
@@ -45,6 +45,8 @@ namespace Shadowsocks
controller.Start();
Application.Run();
controller.Stop();
}
}
}
Write
Preview
Loading…
Cancel
Save