JLChen
2021-01-11 5a5a2b696866f947b6025d26c3302e8ffef46435
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;
        }