Created
May 6, 2014 07:39
-
-
Save abhi1010/ad4f3fc47ffa870a48f9 to your computer and use it in GitHub Desktop.
Tagging Namespaces
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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