摘要: public Form1() { InitializeComponent(); tmr = new System.Windows.Forms.Timer(); tmr.Tick += delegate { this.Close(); }; //分钟为单位 10 分钟 tmr.Interval = ( 阅读全文
posted @ 2022-12-28 09:54 djx359 阅读(127) 评论(0) 推荐(0)