摘要: private void initalAlarmHanle() { string cancelAlarm = "CancelAlarmEvent"; ConnectionManager.AddHandler(cancelAlarm, async (v) => { string clockId = " 阅读全文
posted @ 2021-01-03 16:36 MaxBruce 阅读(79) 评论(0) 推荐(0)
摘要: Dictionary<string, object> dic = new Dictionary<string, object>(); long lg = 12345; dic["123"] = lg; long ?l = dic["123"]as long?; if(l!=null) { Conso 阅读全文
posted @ 2021-01-03 16:02 MaxBruce 阅读(145) 评论(0) 推荐(0)
摘要: xml code <UserControl x:Class="WinTest.HPControl.ReminderTimer" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://sche 阅读全文
posted @ 2021-01-03 15:58 MaxBruce 阅读(120) 评论(0) 推荐(0)