I have a Project with like 10 WinForms or so. Right now, the Form and its Controls are having a default style/Look. I want to build a class that can set/change the UI of each form.
I believe an Interface class should be developed and then should be Inherited to any form desired. I hope i am right on this. How would I do this?