/// <summary>
 /// Initializes a new instance of the class.
 /// </summary>
 /// <param name="dispatcher">command dispatcher</param>
 public RunCommands(IRunCommandDispatcher dispatcher)
 {
     _dispatcher = dispatcher;
 }
예제 #2
0
파일: RunCommands.cs 프로젝트: glwu/acat
 /// <summary>
 /// Initializes a new instance of the class.
 /// </summary>
 /// <param name="dispatcher">command dispatcher</param>
 public RunCommands(IRunCommandDispatcher dispatcher)
 {
     _dispatcher = dispatcher;
 }