JLChen
2021-01-07 7ed9cc5bb6a07a8358a2705797bd2b31c6e39fd4
Crabtree/SmartHome/HDL/Operation/BusSocket.cs
@@ -50,7 +50,7 @@
            asyncBeginReceive ();
            Console.WriteLine ("BusSocket启动成功!");
            Utlis.WriteLine ("BusSocket启动成功!");
            Control.IsEnterBackground = false;
        }
@@ -70,7 +70,7 @@
         catch { }
         busSocket = null;
         Console.WriteLine("BusSocket关闭成功!");
         Utlis.WriteLine("BusSocket关闭成功!");
            Control.IsEnterBackground = true;
        }