From 30c21abd3047624cc413f5eaacbbbb88bae46f6a Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期一, 30 九月 2024 11:21:24 +0800 Subject: [PATCH] Update HomePage.cs --- HDL_ON/UI/UI2/1-HomePage/HomePage.cs | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HDL_ON/UI/UI2/1-HomePage/HomePage.cs b/HDL_ON/UI/UI2/1-HomePage/HomePage.cs index a4425fb..1e42897 100644 --- a/HDL_ON/UI/UI2/1-HomePage/HomePage.cs +++ b/HDL_ON/UI/UI2/1-HomePage/HomePage.cs @@ -564,6 +564,7 @@ #endregion #if DEBUG + //bool isPlay= false; btnResidenceName.MouseUpEventHandler = (envent, ee) => { #if __ANDROID__ @@ -584,12 +585,12 @@ //if (isPlay) //{ // isPlay = false; - // soundPlayer.StopSound(); + // Other.SoundPlayer.Ins.StopSound(); //} //else //{ // isPlay = true; - // soundPlayer.PlaySound(); + // Other.SoundPlayer.Ins.PlaySound(); //} #endif -- Gitblit v1.8.0