摘要:
private static Timer aTimer; public void Index() { aTimer = new Timer(1000); aTimer.Elapsed += new ElapsedEventHandler(OnTimedEvent); aTimer.AutoReset 阅读全文
摘要:
System.Diagnostics.Debug.WriteLine(format, args); 参考:https://www.cnblogs.com/smartsmile/p/11750833.html 阅读全文