Hi experts
I do design for an application of several forms and wanted to ask where and how best and more productive to use themes for all controls of all forms (which can be up to 15 on one form)
1. Create a class where the method will apply themes to all controls and call this method in the form designer.
2. Specify all settings of control themes in the constructor (without class)
3. Create a method with control themes settings in the form and access this method in the constructor.