TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Gustavo
NA
1.3k
454k
How do I : Remove un-used code
Feb 26 2010 9:52 AM
Hello:
I have some un-used code and would like to clean up my application. Example below is the kind of code that I would like to remove.
private
void
tabPage1_Click(
object
sender,
EventArgs
e)
{
}
If I comment the lines, I can not run the application. How can I remove this from everywhere in the project?
I have a bunch of items like this thruout my project.
Reply
Answers (
4
)
DATAgrid view and database
What is the difference between: Build & Rebuild?