摘要:
System.Windows.Threading.DispatcherTimer dTime; System.Timers.Timer timer; public MainWindow() { InitializeComponent(); if (dTime == null) { dTime = n 阅读全文
摘要:
public class BaseViewModel : INotifyPropertyChanged { public event PropertyChangedEventHandler PropertyChanged; public void OnPropertyChanged(string p 阅读全文