摘要: c#非UI线程调用form dialog窗口异常,使用委托解决 非UI线程中调用: this.invoke(new action(()=>{ Form1 aa = new Form1(); aa.showdialog(); aa.dispose(); })); 阅读全文
posted @ 2025-01-23 15:49 txwtech 阅读(24) 评论(0) 推荐(0)