Everytime I add a new Form to my WinForms project, the designer generates code of a new class which inherits from System.Windows.Forms.Form.
For some reason, I want it to inherit from my own BaseForm class. Any way to automate it other than editing the generated file myself?
Thanks!