From 3a26f6025130dcaae4aa82ea19b16ad902450eb8 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期四, 28 十一月 2019 11:43:47 +0800
Subject: [PATCH] 合并全部代码完成

---
 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