소스 검색

mxg:修改服务器地址

mengxiangge 5 년 전
부모
커밋
5448977ccd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dispatcher/Client/Start/ServiceMBIClientHandler.cs

+ 1 - 1
Dispatcher/Client/Start/ServiceMBIClientHandler.cs

@@ -20,7 +20,7 @@ namespace Client.Start
         public static void Start()
         {
             //192.168.20.225
-            m_Client = new ClientApp("192.168.20.55", 6666, "E:\\", 3, new RevitCmdExecutor(), 5);
+            m_Client = new ClientApp("192.168.20.225", 6666, "E:\\", 3, new RevitCmdExecutor(), 5);
             m_Client.Start();
             //Console.ReadKey();
         }