摘要: 因功能需求,需要在页面显示实时时间 1 private void OnTimerCallback(Object obj) 2 { 3 po_SvrTime = po_SvrTime.AddSeconds(1); 4 5 this.Dispatcher.BeginInvoke(System.Windo 阅读全文
posted @ 2020-05-11 17:56 Yookee 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 获取DataGrid 的表头 public string[] getCellsDetail(DataGrid dgDetail) { try { string[] strPath=new string[dgDetail.Columns.Count]; string path = string.Emp 阅读全文
posted @ 2020-05-11 17:55 Yookee 阅读(416) 评论(0) 推荐(0) 编辑