How to "import" a static class in C# ?

Posted by programmernovice on Stack Overflow See other posts from Stack Overflow or by programmernovice
Published on 2009-09-14T20:42:30Z Indexed on 2010/04/13 21:03 UTC
Read the original article Hit count: 147

Filed under:

I have created a public static class utils.cs I want to use it in other classes without prefixing method with utils, what's the syntax to do this ?

© Stack Overflow or respective owner

Related posts about c#