Beispiel #1
0
        public static void Initialize(OleMenuCommandService commandService)
        {
            Instance = new CommonCheckWorkflowsUsedEntitiesCommand(commandService, PackageIds.guidCommandSet.CommonCheckWorkflowsUsedEntitiesCommandId, false);

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