public LoggingScenarioEventArgs(LoggingScenarioEventType type, string logFilePath)
 {
     Type = type;
     LogFilePath = logFilePath;
 }
Exemplo n.º 2
0
 public LoggingScenarioEventArgs(LoggingScenarioEventType type, string logFilePath)
 {
     Type        = type;
     LogFilePath = logFilePath;
 }
 public LoggingScenarioEventArgs(LoggingScenarioEventType type)
 {
     Type = type;
 }
Exemplo n.º 4
0
 public LoggingScenarioEventArgs(LoggingScenarioEventType type)
 {
     Type = type;
 }