I have a timer that ticks every 3 seconds. If the timer found something a messagebox will show. Then the timer should wait 30 seconds, before he show again the messagebox (the user of course must have time to react).
我如何处理这一问题?
我曾尝试过一个Thread.Sleep(30000),但“全球倡议”的阵营当然有。
我的其他想法是第二位时间,将在第一种标准之后启动,并在标准方法上重新启动第一种时间。
因此:t1-> msg 方框-> 点击后-> t2(30 个直径)-> t2 准值
但我认为,这不是一个好的想法,是否有更好的办法?