黄学彪
2020-09-23 c0ce2f57a4f836ebeb9e7b8b4b5a4407fd78dc86
ZigbeeApp/Shared/Phone/UserCenter/Gateway/Manage/GatewayAddSuccessForm.cs
@@ -75,7 +75,7 @@
            btnAdd.Gravity = Gravity.CenterHorizontal;
            btnAdd.TextAlignment = TextAlignment.Center;
            btnAdd.TextID = R.MyInternationalizationString.uContinuteToAddGateway;
            frameAdd.AddChidren(btnAdd, ChidrenBindMode.BindEventOnly);
            frameAdd.AddChidren(btnAdd, ChidrenBindMode.BindEvent);
            frameAdd.ButtonClickEvent += (sender, e) =>
            {
                //让它退到菜单选择界面
@@ -90,7 +90,7 @@
            btnGoback.ButtonClickEvent += (sender, e) =>
            {
                //让它退到主页
                UserCenterLogic.CloseAllOpenForm();
                UserCenterLogic.CloseAllOpenForm(null, true);
            };
        }