Exemplo n.º 1
0
 bool ICommandHandler <FindReferencesCommandArgs> .ExecuteCommand(FindReferencesCommandArgs args, CommandExecutionContext executionContext)
 {
     // Do nothing. We merely enable others to call this command
     return(true);
 }
Exemplo n.º 2
0
 CommandState ICommandHandler <FindReferencesCommandArgs> .GetCommandState(FindReferencesCommandArgs args)
 {
     return(CommandState.Available);
 }