From d53e6af2c5f17838fa79659614b15a2a1f383399 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期五, 31 三月 2023 10:04:58 +0800
Subject: [PATCH] 1

---
 Crabtree/SmartHome/UI/SimpleControl/Phone/Schedule/Method.cs |   31 +------------------------------
 1 files changed, 1 insertions(+), 30 deletions(-)

diff --git a/Crabtree/SmartHome/UI/SimpleControl/Phone/Schedule/Method.cs b/Crabtree/SmartHome/UI/SimpleControl/Phone/Schedule/Method.cs
index 4916e1e..2461a8b 100644
--- a/Crabtree/SmartHome/UI/SimpleControl/Phone/Schedule/Method.cs
+++ b/Crabtree/SmartHome/UI/SimpleControl/Phone/Schedule/Method.cs
@@ -247,35 +247,6 @@
             }
             return null;
         }
-        /// <summary>
-        //(1)Success 鍒欒皟鐢ㄦ鎺ュ彛鎴愬姛
-        //(2)NoRecord 浣忓畢鏈粦瀹氱綉鍏筹紒
-        //(3)NoExist 浣忓畢涓嶅瓨鍦紒
-        /// </summary>
-        public  void ShowGetTimerListErrorInfo (string stateCodeStr)
-        {
-            string mes = "";
-            if (stateCodeStr == "NoRecord") {
-                // 浣忓畢鏈粦瀹氱綉鍏筹紒
-                mes = ErrorCode.HomeNoRecord;
-            } else if (stateCodeStr == "NoExist") {
-                //浣忓畢涓嶅瓨鍦紒
-                mes = ErrorCode.HomeNoExist;
-            } else if (stateCodeStr == ErrorCode.NetworkError) {
-                mes = ErrorCode.NetworkError;
-            } else {
-                mes = ErrorCode.OperationFailed + ErrorCode.Reason + stateCodeStr;
-
-            }
-            if (!string.IsNullOrEmpty (mes)) {
-                Application.RunOnMainThread (() => {
-                    new Alert ("", mes, Language.StringByID (Shared.SimpleControl.R.MyInternationalizationString.Close)).Show ();
-                });
-            }
-
-
-
-          
-        }
+       
     }
 }

--
Gitblit v1.8.0