开发者

Accessing Application.Resources from a DLL

开发者 https://www.devze.com 2022-12-31 20:23 出处:网络
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 t

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?

0

精彩评论

暂无评论...
验证码 换一张
取 消