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