Skip to content

Instantly share code, notes, and snippets.

@abhi1010
Created May 6, 2014 07:39
Show Gist options
  • Select an option

  • Save abhi1010/ad4f3fc47ffa870a48f9 to your computer and use it in GitHub Desktop.

Select an option

Save abhi1010/ad4f3fc47ffa870a48f9 to your computer and use it in GitHub Desktop.
Tagging Namespaces
using asp = Company.AspFunctions;
namespace _TestProjects
{
class AspFunctionsTest
{
public string TestAspFunctions()
{
Console.WriteLine("year = " + asp.Conn.Date_Format(DateTime.Now, "%Y%m%d"));
return null;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment