I ve always had a problem with this but never coped with it.
Let s say I bring a button to a form and click on it two times
a event will appeaer in the code section.
EXAMPLE:
private void button1_Click(object sender, EventArgs e)
{
}
Let s say i want to remove the BUTTON and the event by erasing them manually.
After that i get plenty of warnings wich is reasonable. Just wanted to ask how
do i do this safely or is there anything else i would have to erase in order to
avoid warnings...