JLChen
2021-01-05 f500e14c0a994487070380c50c85e0929cbc8e63
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;
        }