From ea3086b6213645a2a8a31734153462c23c120c5d Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期一, 16 十月 2023 16:51:37 +0800 Subject: [PATCH] 2023年10月16日16:51:34 --- HDL_ON/UI/UI2/FuntionControlView/Aks/GfPage.cs | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Aks/GfPage.cs b/HDL_ON/UI/UI2/FuntionControlView/Aks/GfPage.cs index 1af1e6a..ef18b6e 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Aks/GfPage.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Aks/GfPage.cs @@ -56,7 +56,7 @@ { cornerFram.selectKeyAction += (keypadEntity) => { - this.KeyControl(keypadEntity.keypad, keypadEntity.name); + this.KeyControl(keypadEntity.keypad, keypadEntity.name, keypadEntity.isClicked); }; if (gfSingleFramLayout != null) @@ -170,14 +170,15 @@ /// </summary> /// <param name="keypad"><鎸夐敭鏍囪瘑/param> /// <param name="keyName"><鎸夐敭鍚嶇О(鎵撳嵃鐢ㄧ殑)/param> - private void KeyControl(string keypad, string keyName) + /// <param name="isSupport"><鏄惁鏀寔鎺у埗/param> + private void KeyControl(string keypad, string keyName, bool isSupport) { //CommonMethod.Current.Loading.Start(); CommonMethod.Current.SunThread(() => { try { - SendMethod.Current.KeypadExecute(remoteControl.deviceId, remoteControl.rcId, keypad, keyName); + SendMethod.Current.KeypadExecute(remoteControl.deviceId, remoteControl.rcId, keypad, keyName, isSupport); } catch { } finally -- Gitblit v1.8.0