Hi everyone, I would like to explain my needs by a sample context below. I have a C# class ClassC which does task TaskT. I've just updated ClassC to fullfill TaskT in a second approach but still keep the first/old one intact.
Now I finished coding and want to remove all of the old codes related to the first approach. How can I do this in Visual Studio 2010?