mac
2023-10-18 5bd5cdbae1d22b5e14e6933b807ed97b89807b6f
HDL_ON/UI/UI2/FuntionControlView/Aks/AksPage.cs
@@ -128,8 +128,10 @@
            {
                Y = topView.fLayout.Bottom,
                Height = Application.GetRealHeight(H_W.H - H_W.T_Height),
            };
            this.AddChidren(vv);
            //进来默认播放器界面
            //this.SwitchUI(IntType.Player);
        }
@@ -192,7 +194,7 @@
                {
                    this.remoteControlList = SendMethod.Current.GetRemoteControlLits(this.device.deviceId);
                    this.sequencerList = SendMethod.Current.GetSequencerLits(this.device.deviceId);
                    //TestData(this.remoteControlList);
                    TestData(this.remoteControlList);
                }
                catch { }
                finally