Browse Source

处理问题

黄贺彬 4 years ago
parent
commit
89516e2f83
1 changed files with 1 additions and 1 deletions
  1. 1 1
      HTEXKiller/Program.cs

+ 1 - 1
HTEXKiller/Program.cs

@@ -16,7 +16,7 @@ namespace HTEXKiller
         /// <param name="args"></param>
         static void Main(string[] args)
         {
-            int port = 5000;
+            int port = 9527;
             Process p = new Process();
             p.StartInfo.FileName = "cmd.exe";
             p.StartInfo.UseShellExecute = false;