摘要: using Microsoft.Win32;using System.Security.AccessControl;using System.Security.Principal;public static string Get_Reg_Val(string Grou... 阅读全文
posted @ 2017-09-06 06:39 dxm809 阅读(171) 评论(0) 推荐(0) 编辑
摘要: #region INotifyPropertyChanged public event PropertyChangedEventHandler PropertyChanged; protected void OnPropertyChang... 阅读全文
posted @ 2017-09-06 06:25 dxm809 阅读(551) 评论(0) 推荐(0) 编辑
摘要: using System.ComponentModel;private BackgroundWorker worker; worker = new BackgroundWorker();worker.WorkerSupportsCancellation = true;... 阅读全文
posted @ 2017-09-06 06:15 dxm809 阅读(117) 评论(0) 推荐(0) 编辑
摘要: this.Dispatcher.BeginInvoke(DispatcherPriority.Normal, (System.Threading.ThreadStart)delegate() { sErr = App.RT_MainWindow.... 阅读全文
posted @ 2017-09-06 06:10 dxm809 阅读(181) 评论(0) 推荐(0) 编辑