From d569f44a62fa915d4f01a80c21e617f676b6c5ea Mon Sep 17 00:00:00 2001
From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local>
Date: 星期五, 18 十月 2019 10:12:10 +0800
Subject: [PATCH] 2019.10.18

---
 ZigbeeApp/Shared/Phone/Device/Room/RoomCommon.cs |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Device/Room/RoomCommon.cs b/ZigbeeApp/Shared/Phone/Device/Room/RoomCommon.cs
index 098a265..eb50f4c 100644
--- a/ZigbeeApp/Shared/Phone/Device/Room/RoomCommon.cs
+++ b/ZigbeeApp/Shared/Phone/Device/Room/RoomCommon.cs
@@ -14,5 +14,18 @@
                 alert.Show();
             });
         }
+
+        /// <summary>
+        /// 鎻愮ず鐢ㄦ埛杩樻病閫夋嫨鎴块棿
+        /// </summary>
+        public static void ShowTipNoRoom()
+        {
+            Application.RunOnMainThread(() =>
+            {
+                var alert = new Alert(Language.StringByID(R.MyInternationalizationString.TIP), Language.StringByID(R.MyInternationalizationString.NotSelectZone), Language.StringByID(R.MyInternationalizationString.Close));
+                alert.Show();
+            });
+        }
+
     }
 }

--
Gitblit v1.8.0