Beispiel #1
0
 public CommandAttribute(VisualGitCommand command, VisualGitCommandContext context)
     : this(command)
 {
     _context = context;
 }
Beispiel #2
0
 public CommandMapper(IVisualGitServiceProvider context, VisualGitCommandContext commandContext)
     : this(context)
 {
     _commandContext = commandContext;
 }