Claude Assistant a9a9d6a2c2 修复线程间操作无效错误
- 添加SafeLog、SafeUpdateTextBox、SafeUpdateProgressBar方法处理跨线程UI更新
- 修复btnDetect_Click方法中的UI更新调用
- 确保所有后台线程对UI控件的访问都通过Invoke方法安全执行
- 修复"线程间操作无效: 从不是创建控件的线程访问它"错误

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-20 15:46:11 +08:00
2025-11-20 15:33:34 +08:00
2025-11-20 15:46:11 +08:00
2025-11-20 15:33:34 +08:00
2025-11-20 15:33:34 +08:00
Description
No description provided
61 KiB
Languages
C# 100%