Beispiel #1
0
 public CommandMapper(IAnkhServiceProvider context, AnkhCommandContext commandContext)
     : this(context)
 {
     _commandContext = commandContext;
 }
Beispiel #2
0
 public CommandMapper(IAnkhServiceProvider context, AnkhCommandContext commandContext)
     : this(context)
 {
     _commandContext = commandContext;
 }
Beispiel #3
0
 public GitCommandAttribute(AnkhCommand command, AnkhCommandContext context)
     : base(command, context)
 {
     Availability = CommandAvailability.GitActive;
 }
Beispiel #4
0
 public CommandAttribute(AnkhCommand command, AnkhCommandContext context)
     : this(command)
 {
     _context = context;
 }
Beispiel #5
0
 public CommandAttribute(AnkhCommand command, AnkhCommandContext context)
     : this(command)
 {
     _context = context;
 }