VB.NET
- [Class Namespace in IL]=[Root Namespace].[Namespace in File]
- Class is not automatically added namespace, root namespace is added in background.
- Root namespace is setted at Application Tab of Project Properties.
C#
- [Class Namespace in IL]=[Namespace in File]
- Class is automatically added root namespace.
- Root namespace is setted at Application Tab of Project Properties.
时间: 2024-10-19 16:20:00