JLChen
2020-04-03 be95e839f40eb3ddf64706b60cba6dfcf4fad5e5
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;
            });