From 1ec6794e808b9627276255ca3846326c9316034a Mon Sep 17 00:00:00 2001
From: gxc <gxc@hdlchina.com.cn>
Date: 星期三, 11 十二月 2019 16:36:53 +0800
Subject: [PATCH] 2019.12.11-2

---
 ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/NewGateWayMenuSelectForm.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/NewGateWayMenuSelectForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/NewGateWayMenuSelectForm.cs
index b9c9a7f..649569b 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/NewGateWayMenuSelectForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/NewGateWayMenuSelectForm.cs
@@ -87,7 +87,7 @@
                 frameBack1.UseClickStatu = false;
                 frameBack1.Y = Application.GetRealHeight(1420);
                 frameBack1.Gravity = Gravity.CenterHorizontal;
-                frameBack1.RadiusEx = 12;
+                frameBack1.Radius = 12;
                 frameBack1.Width = Application.GetRealWidth(1034);
                 frameBack1.Height = Application.GetRealHeight(300);
                 frameBack1.BackgroundColor = UserCenterColor.Current.White;
@@ -135,7 +135,7 @@
                 frameBack2.UseClickStatu = false;
                 frameBack2.Y = frameBack1.Bottom + Application.GetRealHeight(23);
                 frameBack2.Gravity = Gravity.CenterHorizontal;
-                frameBack2.RadiusEx = 12;
+                frameBack2.Radius = 12;
                 frameBack2.Width = Application.GetRealWidth(1034);
                 frameBack2.Height = Application.GetRealHeight(156);
                 frameBack2.BackgroundColor = UserCenterColor.Current.White;

--
Gitblit v1.8.0