Accessing Application.Resources from a DLL
I defined a resource in App.xaml in Application.Resources in a WPF application (exe).
I have a dll which will be ref开发者_开发百科erenced by the exe. In this dll, I have a Window that needs to use the resource defined in Application.Resources.
How can I do this?
精彩评论