소스 검색

处理问题

黄贺彬 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;