开发者

Silverlight and WPF Storing styles in a separate DLL

开发者 https://www.devze.com 2022-12-31 16:36 出处:网络
Is there a clean开发者_如何转开发 way to store styles in a separate assembly so they can be used by Silverlight and WPF?In an ideal world I would like to have MyCompany.Styles.dll.The styles would be

Is there a clean开发者_如何转开发 way to store styles in a separate assembly so they can be used by Silverlight and WPF? In an ideal world I would like to have MyCompany.Styles.dll. The styles would be shared between multiple WPF and Silverlight projects.


Here (see answer c) is an example solution that shows how to do this.

0

精彩评论

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