From 7e863a33397f317ffc3ffd9288496d0e4f16aa66 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期四, 12 十二月 2019 14:58:20 +0800 Subject: [PATCH] 合并了新代码 --- ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WiredGatewayDirectionForm.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WiredGatewayDirectionForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WiredGatewayDirectionForm.cs index 22ab884..30dc974 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WiredGatewayDirectionForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WiredGatewayDirectionForm.cs @@ -33,7 +33,7 @@ btnimage.UnSelectedImagePath = "Gateway/WiredGatewayInstruct.png"; bodyFrameLayout.AddChidren(btnimage); - //璇风‘淇濈綉鍏充笌缃戠嚎杩炴帴{0}绯荤粺鐏瘡绉掗棯鐑佷竴娆� + //璇风‘淇濈綉鍏崇敤缃戠嚎姝e父杩炴帴璺敱鍣▄0}姝e父杩炴帴鍒欑郴缁熸寚绀虹伅1绉掗棯鐑� string[] strMsg = Language.StringByID(R.MyInternationalizationString.ConfirmLineConnectMsg).Split(new string[] { "{0}" }, StringSplitOptions.RemoveEmptyEntries); var btnMsg1 = new NormalViewControl(bodyFrameLayout.Width, Application.GetRealHeight(60), false); btnMsg1.TextColor = UserCenterColor.Current.TextGrayColor3; @@ -43,7 +43,7 @@ bodyFrameLayout.AddChidren(btnMsg1); if (strMsg.Length > 1) { - var btnMsg2= new NormalViewControl(bodyFrameLayout.Width, Application.GetRealHeight(60), false); + var btnMsg2 = new NormalViewControl(bodyFrameLayout.Width, Application.GetRealHeight(60), false); btnMsg2.TextColor = UserCenterColor.Current.TextGrayColor3; btnMsg2.TextAlignment = TextAlignment.Center; btnMsg2.Text = strMsg[1]; @@ -60,8 +60,8 @@ btnHelp.Text = Language.StringByID(R.MyInternationalizationString.uSearchHelp); btnHelp.ButtonClickEvent += (sender, e) => { - var form = new DeviceDirection.DeviceDirectionHelpForm(); - form.AddForm("Gateway"); + var form = new AddGatewayHelpForm(); + form.AddForm("Wired"); }; bodyFrameLayout.AddChidren(btnHelp); //搴曠嚎 -- Gitblit v1.8.0