Crabtree/SmartHome/HDL/Operation/Utlis.cs
@@ -39,6 +39,16 @@ // return value; //} /// <summary> /// 全局打印 /// </summary> public static void WriteLine (object mes) { #if DEBUG Utlis.WriteLine (mes); #endif } public static int StringToInt (string mStr) { try { return int.Parse (mStr); @@ -73,7 +83,7 @@ break; } Shared.Application.RunOnMainThread (() => { UserMiddle.btnLinkStatus.UnSelectedImagePath = MainPage.WiFiStatus; });