启动另一个对话框时 App.Current.MainWindow 会发生变化吗?

发布于 2024-07-26 15:14:42 字数 116 浏览 6 评论 0原文

当我启动应用程序时,我从 MEF 插件启动一个新对话框。 有人可以解释为什么这会将 App.Current.MainWindow 更改为从插件启动的对话框吗? 我怎样才能防止这种情况发生?

I am launching a new dialog from a MEF plugin when I start up the application. Could someone explain why this changes App.Current.MainWindow to the dialog that was launched from the plugin? How can I prevent this from happening?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我要还你自由 2024-08-02 15:14:43

结果 App.Current.MainWindow 被设置为启动的第一个窗口。 我在主窗口之前启动插件对话框。

Turns out App.Current.MainWindow gets set to the first window that is launched. I was launching the plugin dialog before the main window.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文