fix: 修复长时间运行后的卡死问题
This commit is contained in:
@@ -143,7 +143,7 @@ namespace TimerApp
|
||||
{
|
||||
if (lblTimer.InvokeRequired)
|
||||
{
|
||||
lblTimer.Invoke(new Action<TimeSpan>(UpdateTime), remaining);
|
||||
lblTimer.BeginInvoke(new Action<TimeSpan>(UpdateTime), remaining);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user