I have a wpf application project, with user controls in a separate project. I'd like to have different resource dictionaries in the different projects When I view the user controls from the user control project, I'd like to use the user control library's dictionary. when I run the Application, i'd like to use the application's dictionary. Right now, when i run the application, the application still has it's own dictionary, but the user controls are still using the user control library's dictionary I've tried combinations of dictionaries and merged dictionaries. Not really sure how to do this. thanks in advace
问问题
504 次