this.Invoke(new Action(() =>
{
// 更新使用次数
this.labCount.Text = count;
}));
相关文章:
this.Invoke(new Action(() =>
{
// 更新使用次数
this.labCount.Text = count;
}));
相关文章: