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

            InstanceOpenExplorer = new OutputCheckWorkflowsUsedNotExistsEntitiesCommand(commandService, PackageIds.guidCommandSet.OutputCheckWorkflowsUsedNotExistsEntitiesOpenExplorerCommandId, true);
        }
Beispiel #2
0
 public static void Initialize(OleMenuCommandService commandService)
 {
     Instance = new OutputCheckWorkflowsUsedNotExistsEntitiesCommand(commandService);
 }