I created a custom TimePicker control. It has a label and some combo boxes on it. It is inside a UserControl library.
Now I added a reference to that project in my Desktop project and added the TimePicker to a window.
Finally, I have some styles defined in a 3rd project. I would like to create a style in the Styles project for the TimePicker on my window.
How do I set that TimePicker's style in the Desktop project?