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