摘要:
using Microsoft.Win32;using System.Security.AccessControl;using System.Security.Principal;public static string Get_Reg_Val(string Grou... 阅读全文
摘要:
#region INotifyPropertyChanged public event PropertyChangedEventHandler PropertyChanged; protected void OnPropertyChang... 阅读全文
摘要:
using System.ComponentModel;private BackgroundWorker worker; worker = new BackgroundWorker();worker.WorkerSupportsCancellation = true;... 阅读全文
摘要:
this.Dispatcher.BeginInvoke(DispatcherPriority.Normal, (System.Threading.ThreadStart)delegate() { sErr = App.RT_MainWindow.... 阅读全文