Commit bf54bb49 张东亮

将窗体隐藏不上报改为一直上报

1 个父辈 a8b97d79
...@@ -101,7 +101,7 @@ namespace OnlineStore.DoubleLineClient ...@@ -101,7 +101,7 @@ namespace OnlineStore.DoubleLineClient
int showAllTaskCnt = 0; int showAllTaskCnt = 0;
private void timer1_Tick(object sender, EventArgs e) private void timer1_Tick(object sender, EventArgs e)
{ {
if (!this.Visible) if (!this.IsHandleCreated)
{ {
return; return;
} }
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!