I'm pretty heavily into do-it-yourself coding, which makes the Form
Designer more of an annoyance than anything else.
Is there any way to declare
Inherits System.Windows. Forms.Form
at the start of a class without having the environment open the Form
designer whenever I try to open it?
Thanks in advance for any answers.
Designer more of an annoyance than anything else.
Is there any way to declare
Inherits System.Windows. Forms.Form
at the start of a class without having the environment open the Form
designer whenever I try to open it?
Thanks in advance for any answers.
Comment