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
{...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.