mengxiangge 5 лет назад
Родитель
Сommit
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()
         public static void Start()
         {
         {
             //192.168.20.225
             //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();
             m_Client.Start();
             //Console.ReadKey();
             //Console.ReadKey();
         }
         }