From be95e839f40eb3ddf64706b60cba6dfcf4fad5e5 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期五, 03 四月 2020 14:31:44 +0800
Subject: [PATCH] 2020-04-03 1.去掉登录前ping百度域名的网络监测。

---
 Crabtree/SmartHome/UI/SimpleControl/Phone/Light/UserDeviceToLight.cs |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/Crabtree/SmartHome/UI/SimpleControl/Phone/Light/UserDeviceToLight.cs b/Crabtree/SmartHome/UI/SimpleControl/Phone/Light/UserDeviceToLight.cs
index 2e2b6a4..714c35c 100644
--- a/Crabtree/SmartHome/UI/SimpleControl/Phone/Light/UserDeviceToLight.cs
+++ b/Crabtree/SmartHome/UI/SimpleControl/Phone/Light/UserDeviceToLight.cs
@@ -180,7 +180,7 @@
                     }
                 }
                 //if (!update) {
-                //    Console.WriteLine ("閫�鍑烘洿鏂扮伅鍏�");
+                //    Utlis.WriteLine ("閫�鍑烘洿鏂扮伅鍏�");
                 //    return;
                 //}
                 Application.RunOnMainThread (() => {
@@ -228,7 +228,7 @@
                     }
                 });
             });
-            //Console.WriteLine ("U1");
+            //Utlis.WriteLine ("U1");
         }
         bool showTip = true;
         /// <summary>
@@ -352,12 +352,12 @@
 
 
                 } catch {
-                    Console.WriteLine ("controlAllLight catch");
+                    Utlis.WriteLine ("controlAllLight catch");
                 } finally {
                     Application.RunOnMainThread (() => {
                         MainPage.Loading.Hide ();
                     });
-                    //Console.WriteLine ("controlAllLight Loading.Hide");
+                    //Utlis.WriteLine ("controlAllLight Loading.Hide");
                 }
             });
         }
@@ -583,14 +583,14 @@
             var lightList = new List<Common> ();
             foreach (var room in Room.Lists) {
                 if (room == null) {
-                    Console.WriteLine ("Null is Room");
+                    Utlis.WriteLine ("Null is Room");
                     continue;
                 }
-                Console.WriteLine ("RoomCount" + Room.Lists.Count);
+                Utlis.WriteLine ("RoomCount" + Room.Lists.Count);
 
-                Console.WriteLine (room.Name);
+                Utlis.WriteLine (room.Name);
                 if (string.IsNullOrEmpty (room.Name)) {
-                    Console.WriteLine ("Null is Room Name");
+                    Utlis.WriteLine ("Null is Room Name");
                     continue;
                 }
                 foreach (var common in room.DeviceList) {
@@ -1050,7 +1050,7 @@
             }
             #endregion
 
-            Console.WriteLine ("L6");
+            Utlis.WriteLine ("L6");
         }
 
 
@@ -1065,12 +1065,12 @@
         {
             if (isCheckIsReadingAll) {
                 if (IsReadingAll && !isRead) {
-                    Console.WriteLine ("============>IsReadingAll Light璇诲彇涓�");
+                    Utlis.WriteLine ("============>IsReadingAll Light璇诲彇涓�");
                     return;
                 }
             }
 #if DEBUG
-            Console.WriteLine ("============>readAllStatus Light 寮�濮嬭鍙�");
+            Utlis.WriteLine ("============>readAllStatus Light 寮�濮嬭鍙�");
 #endif
             if (isRead) {
                 foreach (Room room in Room.Lists) {

--
Gitblit v1.8.0