Each time I add a new form to my WinForms project, the developer generates code for a new class that inherits from System.Windows.Forms.Form.
For some reason, I want it to inherit from my own BaseForm class. Any way to automate it, except to edit the generated file yourself?
Thank!
source
share