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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: starseyer
  • Content: Threads
  • Order by date
  1. starseyer

    Why won't my namespace recognise my other namespaces?

    I have three custom namespaces, two of which I'm attempting to import into the other with "using." <code> using System; using InvoiceClasses; using PlanClasses; namespace SubaccountClasses { /// <summary> /// Description of Subaccount. /// </summary> public abstract class Subaccount {...

Part and Inventory Search

Back
Top