WJC
2019-10-18 2bc230cf2e7a7329c2329b07307a47b059835bbc
ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/NewGateWaySelectForm.cs
@@ -10,7 +10,7 @@
        /// 画面显示(底层会固定调用此方法,借以完成画面创建)
        /// </summary>
        public void ShowForm()
        {
        {
            //设置头部信息
            base.SetTitleText(Language.StringByID(R.MyInternationalizationString.uAddGateway));
@@ -36,42 +36,42 @@
        //    };
        //    //有线网关图标
        //    var btnIcon1 = new RowLeftIconView();
        //    var btnIcon1 = new RowLeftIconView();
        //    btnIcon1.UnSelectedImagePath = "Gateway/WiredGateway.png";
        //    btnIcon1.SelectedImagePath = "Gateway/WiredGatewaySelected.png";
        //    row1.AddChidren(btnIcon1);
        //    //有线网关
        //    var btntext1 = new RowCenterView();
        //    var btntext1 = new RowCenterView();
        //    btntext1.TextID = R.MyInternationalizationString.uWiredGateway;
        //    row1.AddChidren(btntext1);
        //    //向右图标
        //    row1.AddRightIconControl();
        //    row1.AddRightArrow();
        //    var row2 = new StatuRowLayout();
        //    var row2 = new StatuRowLayout();
        //    row2.Y = row1.Bottom;
        //    bodyFrameLayout.AddChidren(row2);
        //    //无线网关的单击事件
        //    row2.MouseUpEvent += (sender, e) =>
        //    {
        //        var form = new AddWirelessGwDirectionForm();
        //        var form = new AddWirelessGwDirectionForm();
        //        this.AddFromAndRemoveNowForm(form);
        //    };
        //    //无线网关图标
        //    var btnIcon2 = new RowLeftIconView();
        //    var btnIcon2 = new RowLeftIconView();
        //    btnIcon2.UnSelectedImagePath = "Gateway/WirelessGateway.png";
        //    btnIcon2.SelectedImagePath = "Gateway/WirelessGatewaySelected.png";
        //    row2.AddChidren(btnIcon2);
        //    //无线网关
        //    var btntext2 = new RowCenterView();
        //    var btntext2 = new RowCenterView();
        //    btntext2.TextID = R.MyInternationalizationString.uWirelessGateway;
        //    row2.AddChidren(btntext2);
        //    //向右图标
        //    row2.AddRightIconControl();
        //    row2.AddRightArrow();
        //}
    }
}