Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Please read the Terms of Use for Materials on ZennoLab |
Table of contents
Expand | ||||
---|---|---|---|---|
| ||||
|
...
After the required library has been added, it is necessary to register a new namespace using the using directive block and the shared code .
...
When using the .NET Framework Standard Class Library or a third-party library, you should use using directives and shared code to access classes bypassing the namespace and aesthetically pleasing your code.