I make extensive use of the member functions of one particular static class. Specifying a class name every time I call it looks obscene ...
Is it possible to import a static class as a namespace to call its methods without specifying a C # class name?
source share