Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
VS2008 Tip:
Automatically implement abstract interfaces
1) Write derived class
public class DerivedClass : BaseClass
{
}
2) Right click on "BaseClass" and select "Implement Abstract Class"
3) Fill in your code