public static void Initialize(OleMenuCommandService commandService)
        {
            Instance = new CommonCheckWorkflowsUsedNotExistsEntitiesCommand(commandService, PackageIds.guidCommandSet.CommonCheckWorkflowsUsedNotExistsEntitiesCommandId, false);

            InstanceOpenExplorer = new CommonCheckWorkflowsUsedNotExistsEntitiesCommand(commandService, PackageIds.guidCommandSet.CommonCheckWorkflowsUsedNotExistsEntitiesOpenExplorerCommandId, true);
        }
Esempio n. 2
0
 public static void Initialize(OleMenuCommandService commandService)
 {
     Instance = new CommonCheckWorkflowsUsedNotExistsEntitiesCommand(commandService);
 }