I hate to display my ignorance here, but I'm not sure I know what you mean. You may have to spell it out, as I'm a beginner.
I need to create objects in a class in one namespace of a class that is defined in another one of my namespaces. Is this the sort of dependency you are taking about, or...
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.