How do I use prism in the WPF class library #2838
Unanswered
zhengyong1023
asked this question in
WPF
Replies: 1 comment
-
Designing a class library is different than an application. The application is always responsible for providing the container instance, not the library. You must design your library so that it can be integrated into an application that uses a container. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I will provide a WPF class library to the customer. I already have a WPF application with prism. How do I convert it to a library. Class libraries cannot use PrismApplication, How can I use a container without PrismApplication?
I hope to get your help. Thank you
Beta Was this translation helpful? Give feedback.
All reactions