From 51027e85bda6ef93f5ecfbeb6117d0084b39f242 Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期三, 07 八月 2024 10:39:34 +0800 Subject: [PATCH] 服务器选择提示 --- HDL_ON/UI/UI2/1-HomePage/HomePage.cs | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/HDL_ON/UI/UI2/1-HomePage/HomePage.cs b/HDL_ON/UI/UI2/1-HomePage/HomePage.cs index 160a3c9..72a1cdf 100644 --- a/HDL_ON/UI/UI2/1-HomePage/HomePage.cs +++ b/HDL_ON/UI/UI2/1-HomePage/HomePage.cs @@ -2,7 +2,6 @@ using System.Collections.Generic; using HDL_ON.Entity; using HDL_ON.UI.CSS; -using Other; using Shared; namespace HDL_ON.UI @@ -550,8 +549,6 @@ #endregion #if DEBUG - bool isPlay = false; - SoundPlayer soundPlayer = new SoundPlayer(); btnResidenceName.MouseUpEventHandler = (envent, ee) => { MainPage.Log("sss"); @@ -559,8 +556,6 @@ //HDLLinphoneKit.Instance.MediaPlayerLooping(true); Com.Hdl.Hdllinphonesdk.HDLLinphoneKit.Instance.PlayRingtone(); #elif __IOS__ - ScheduleLocalNotification ss = new ScheduleLocalNotification(); - ss.SetScheduleLocalNotification(); //if (isPlay) //{ -- Gitblit v1.8.0