从使用 MEF 加载的 ChildWindow 调用 MainWindow 中的方法

发布于 2024-12-02 13:09:20 字数 89 浏览 0 评论 0原文

如何从使用 MEF 加载的 ChildWindow 调用 MainWindow 中的方法

主应用程序和 Mef 库共享相同的接口库

How to invoke a method in the MainWindow from ChildWindow loaded using MEF

Both Main App and the Mef library share the same interface library

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

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

发布评论

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

评论(1

死开点丶别碍眼 2024-12-09 13:09:20

在 ChildWindow 构造函数中将 MainWindow 引用传递给 ChildWindow。在主窗口中公开必要的方法。然后你可以从 ChildWindow 调用它们。

Pass the MainWindow reference to the ChildWindow in the ChildWindow constructor. Make the necessary methods public in the MainWindow. Then you could call them from ChildWindow.

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