mac
2023-10-16 5868b389a3544cf14ff65e87b554c07349badd28
HDL_ON/UI/UI2/FuntionControlView/Aks/AksPage.cs
@@ -192,7 +192,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
@@ -334,6 +334,11 @@
            conditionView.SingleSelectionShow(this, deviceTypeList, "设备选择", ccurrnetDeviceStr
               , (index) =>
               {
                   if (this.indexValue == index)
                   {
                       //同一个设备不处理;
                       return;
                   }
                   var remoteControl = deviceTypeList[index];
                   this.indexValue = index;
                   this.currnetIntType = (IntType)remoteControl.type;