glasswizzard
Well-known member
- Joined
- Nov 22, 2019
- Messages
- 126
- Programming Experience
- Beginner
Hi, I have on occasion accidentally double clicked the wrong thing on my form and as such I have created several methods that are empty and not needed, the problem is when I delete these methods I get a compile error, so I'm obviously supposed to do more then simply delete text. An example of one of the method headers is "private void label3_Click(object sender, EventArgs e)".
Could someone tell me how to actually remove these method headers from my code properly please? It's a bit messy having to leave them there.
Thanks
Could someone tell me how to actually remove these method headers from my code properly please? It's a bit messy having to leave them there.
Thanks