摘要: ``` class Program { private static Timer aTimer; static void Main(string[] args) { aTimer = new Timer(20 * 60 * 1000) { AutoReset =... 阅读全文
posted @ 2019-06-12 13:49 talentzemin 阅读(282) 评论(0) 推荐(0)