FSI WPF 事件循环
WPF 事件循环在这个< /a> 答案对于 FSI 来说仍然是一个好的答案(除了现在的 reraise
的 re throw
)?答案是 2008 年的,我不确定是否有任何“更好”的实现。如果不是的话会是什么?
我的理解是默认实现是针对WinForms的。
Is the WPF event loop in this answer still a good one for FSI (besides rethrow
which is now reraise
)? The answer is from 2008 and I'm not sure if there are any "better" implementations around. If not what would one be?
My understanding is that the default implementation is for WinForms.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,默认值是 Winforms,我确实经常使用 WpfEventLoop,代码如下,
测试代码
让我知道这是否有帮助。
——法赫德
Yes the default is for Winforms, I do use the WpfEventLoop quite a lot, Code is below,
Test code
Let me know if this helps.
-Fahad