From 38ee59a8404c1fa9385649f9690c8d671a5d95de Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期四, 31 八月 2023 19:00:22 +0800
Subject: [PATCH] 2023年08月31日19:00:14
---
HDL_ON/UI/UI2/FuntionControlView/Aks/AksPage.cs | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/HDL_ON/UI/UI2/FuntionControlView/Aks/AksPage.cs b/HDL_ON/UI/UI2/FuntionControlView/Aks/AksPage.cs
index 5e38d48..40156ef 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Aks/AksPage.cs
+++ b/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();
};
--
Gitblit v1.8.0