static void Register(IShellAction cmd)
 {
     Actions.Add(cmd.Usage.Split(new[]{' '},2).First(), cmd);
 }
 public CreateOpenCurrentFolderResult(string search, IShellAction shellAction)
 {
     Search       = search;
     _shellAction = shellAction;
 }
Exemple #3
0
 static void Register(IShellAction cmd)
 {
     Actions.Add(cmd.Usage.Split(new[] { ' ' }, 2).First(), cmd);
 }