| | |
| | | using System.Collections.Generic; |
| | | using HDL_ON.Entity; |
| | | using HDL_ON.UI.CSS; |
| | | using Other; |
| | | using Shared; |
| | | |
| | | namespace HDL_ON.UI |
| | |
| | | #endregion |
| | | |
| | | #if DEBUG |
| | | bool isPlay = false; |
| | | SoundPlayer soundPlayer = new SoundPlayer(); |
| | | btnResidenceName.MouseUpEventHandler = (envent, ee) => { |
| | | MainPage.Log("sss"); |
| | | |
| | |
| | | //HDLLinphoneKit.Instance.MediaPlayerLooping(true); |
| | | Com.Hdl.Hdllinphonesdk.HDLLinphoneKit.Instance.PlayRingtone(); |
| | | #elif __IOS__ |
| | | ScheduleLocalNotification ss = new ScheduleLocalNotification(); |
| | | ss.SetScheduleLocalNotification(); |
| | | |
| | | //if (isPlay) |
| | | //{ |