hi,
i am new to .net
i need to refer the external file to my C# object
ie
i wrote the one program like
class program
{
public string getname(string name)
{
return name;
}
}
the next program
class test
{
like that
}
in the second program i need to refer the first program functions.
how is it possible.
( i m using using firstprogram name
but i got error in compile time that name not available.)
if u know please share ur ideas........