wjc
2023-08-03 fd1f19e8479c764fa28b0da3a2f9b34a3debe772
HDL_ON/UI/UI2/FuntionControlView/Aks/AksPage.cs
@@ -221,7 +221,16 @@
                        };
                    } break;
                case IntType.TV: { } break;
                case IntType.TV: {
                        TvPage tvPage = new TvPage();
                        this.vv.AddChidren(tvPage);
                        tvPage.Show();
                        tvPage.action += (type) =>
                        {
                            SelectedType();
                        };
                    } break;
                case IntType.STB: { } break;
                case IntType.Projector: {
                        TYYPage tYYPage = new TYYPage();