mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2025-12-06 08:59:00 +08:00
* Refactor AntDesign namespace and access modifiers Removed licensing comments and changed several public classes and enums to internal, enhancing encapsulation. Updated namespaces to include ".Core" for better organization. Removed certain enums and classes, indicating a potential refactor or simplification of the codebase. * Refactor namespace in EventHandlers.cs to simplify structure Updated the namespace from AntDesign.Core to AntDesign, aligning with recent refactoring efforts to enhance code organization and encapsulation.