mac
2023-09-01 0a11352dffeb8d5f31dd40b9728fe1abf4537f04
HDL_ON/UI/UI2/FuntionControlView/Aks/AksPage.cs
@@ -135,6 +135,8 @@
            //返回
            this.topView.clickBackBtn.MouseUpEventHandler += (sender, e) =>
            {
                //清空所有缓存数据
                AksCommonMethod.Current.ClearData();
                this.RemoveFromParent();
            };
            //设置
@@ -236,7 +238,7 @@
                        MusicPage musicPage = new MusicPage(GetRemoteControl((int)IntType.Player),this.sequencerList);
                        this.vv.AddChidren(musicPage);
                        musicPage.Show();
                        musicPage.action += (type) =>
                        musicPage.action += (deviceType) =>
                        {
                            SelectedType();
                        };
@@ -247,7 +249,7 @@
                        GfPage gfPage = new GfPage(GetRemoteControl((int)IntType.HiFi), this.sequencerList);
                        this.vv.AddChidren(gfPage);
                        gfPage.Show();
                        gfPage.action += (type) =>
                        gfPage.action += (deviceType) =>
                        {
                            SelectedType();
                        };
@@ -260,7 +262,7 @@
                        TvPage tvPage = new TvPage(GetRemoteControl((int)IntType.TV), this.sequencerList);
                        this.vv.AddChidren(tvPage);
                        tvPage.Show();
                        tvPage.action += (type) =>
                        tvPage.action += (deviceType) =>
                        {
                            SelectedType();
                        };
@@ -271,7 +273,7 @@
                        JdhPage jdhPage = new JdhPage(GetRemoteControl((int)IntType.STB), this.sequencerList);
                        this.vv.AddChidren(jdhPage);
                        jdhPage.Show();
                        jdhPage.action += (type) =>
                        jdhPage.action += (deviceType) =>
                        {
                            SelectedType();
                        };
@@ -282,7 +284,7 @@
                        TyyPage tyyPage = new TyyPage(GetRemoteControl((int)IntType.Projector), this.sequencerList);
                        this.vv.AddChidren(tyyPage);
                        tyyPage.Show();
                        tyyPage.action += (type) =>
                        tyyPage.action += (deviceType) =>
                        {
                            SelectedType();
                        };
@@ -294,7 +296,7 @@
                        YkqPage ykqPage = new YkqPage(GetRemoteControl((int)IntType.Control), this.sequencerList);
                        this.vv.AddChidren(ykqPage);
                        ykqPage.Show();
                        ykqPage.action += (type) =>
                        ykqPage.action += (deviceType) =>
                        {
                            SelectedType();
                        };
@@ -340,7 +342,7 @@
            {
                re = new RemoteControlEntity();
            }
            re.deviceId = this.device.deviceId;
            //re.deviceId = this.device.deviceId;
            return re;
        }