C#中有4个定时器:
1System.Threading.Timer(多线程)
2System.Timers.Timer(多线程)
3System.Windows.Forms.Timer(单线程)
4System.Windows.Threading.DispatcherTimer(单线程)