new Thread(() =>refreshDGVdelegate(App.StockList)).Start();//在新线程中执行操作
   

   new ThreadStart(() => refreshDGVdelegate(App.StockList)).Invoke();//在当前线程执行,需等待操作完成

相关文章:

  • 2021-11-02
  • 2021-07-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-08
  • 2021-06-16
  • 2022-02-10
猜你喜欢
  • 2022-12-23
  • 2021-05-28
  • 2021-11-29
  • 2021-12-26
  • 2022-02-14
  • 2022-12-23
  • 2021-05-10
相关资源
相似解决方案