Procházet zdrojové kódy

mxg:修改服务器地址

mengxiangge před 5 roky
rodič
revize
5448977ccd

+ 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();
         }