ant-design-blazor/components/IsExternalInit.cs
James Yeung d2f95b2a07
fix(module: Core): Remove the event listener when the event listener service is disposed (#2738)
* fix(module: Core): Remove the event listener when the component is disaposed

* fix DomEventKey
2022-09-26 10:11:04 +08:00

7 lines
100 B
C#

namespace System.Runtime.CompilerServices
{
public sealed class IsExternalInit
{
}
}