/// <exclude />
 public static void UnsubscribeFromNewElementProviderRootEntitiesEvent(NewElementProviderRootEntitiesDelegate newElementProviderRootEntitiesDelegate)
 {
     using (GlobalInitializerFacade.CoreIsInitializedScope)
     {
         _hookingFacade.UnsubscribeFromNewElementProviderRootEntitiesEvent(newElementProviderRootEntitiesDelegate);
     }
 }
Beispiel #2
0
 /// <exclude />
 public static void UnsubscribeFromNewElementProviderRootEntitiesEvent(NewElementProviderRootEntitiesDelegate newElementProviderRootEntitiesDelegate)
 {
     using (GlobalInitializerFacade.CoreIsInitializedScope)
     {
         _hookingFacade.UnsubscribeFromNewElementProviderRootEntitiesEvent(newElementProviderRootEntitiesDelegate);
     }
 }