Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Having Trouble Adding Class To Project

Status
Not open for further replies.
This is an abstract class - so you have to create another class that extends this class and overrides its methods as required.

Also, make sure there is not a different namespace in that class. If you add a file to your project that is under a different namespace, you will have to be using "using" that namespace in order to use that class.

Hope that gets you started.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top