mac
2023-08-30 f17556d2ee4ade808f776653286690ab235463d5
HDL_ON/UI/UI2/FuntionControlView/Aks/AksPage.cs
@@ -238,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();
                        };
@@ -249,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();
                        };
@@ -262,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();
                        };
@@ -273,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();
                        };
@@ -284,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();
                        };
@@ -296,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();
                        };