c# - Import local class into project -


i have class called local in project. there way use import "local" don't have type class name? example using

"example()" 

instead of

"local.example()"? 

sorry, can't static import (like in java) or class import (python) in c#.


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -