【WPF】Timer

WPF中沒有Timer控件,因此須要用另一個類來實現此功能。spa   DispatcherTimer timer = new DispatcherTimer(); timer.Tick += new EventHandler(timer_Tick); timer.Interval = TimeSpan.FromMilliseconds(350); timer.Start(
相關文章
相關標籤/搜索