I have a nasty habit of double clicking on design elements and instantly creating event handlers for the click event. I do not want all these empty event handlers uglying up my code but I cannot simply delete them without deleting the definition in the MainForm.Designer.Cs.
Is there a way to easily find and delete unused event handlers like this?
Thank you.