Explorar o código

mxg:修改服务器地址

mengxiangge %!s(int64=5) %!d(string=hai) anos
pai
achega
5448977ccd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
         }