黄贺彬 4 年 前
コミット
89516e2f83
1 ファイル変更1 行追加1 行削除
  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;