예제 #1
0
 /// <summary>
 /// Initializes a new instance of the ParametrizedCommand1 class.
 /// </summary>
 public ParametrizedCommand2(CommandLogger logger)
 {
     _logger = logger;
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the Command2 class.
 /// </summary>
 public Command2(CommandLogger logger)
 {
     _logger = logger;
 }