/// <summary>
 /// Initializes a new instance of the class.
 /// </summary>
 /// <param name="dispatcher">command dispatcher</param>
 public RunCommands(IRunCommandDispatcher dispatcher)
 {
     _dispatcher = dispatcher;
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the class.
 /// </summary>
 /// <param name="dispatcher">command dispatcher</param>
 public RunCommands(IRunCommandDispatcher dispatcher)
 {
     _dispatcher = dispatcher;
 }