Reputation: 861
What's the best way to implement a WPF plugin system in which each plugin handles its own window/s?
I understand the basics of the plugin architecture, and have an engine that loads external dlls (plugins), and each plugin implements my plugin interface. Each plugin handles its own logic, but I am not entirely sure how to go about having each plugin have its own window. Any thoughts or comments would help!
Upvotes: 2
Views: 8518