Ejemplo n.º 1
0
 public BackgroundOutputDeviceWithSeverity(Dispatcher dispatcher, OutputToCollectionSeverity outputDevice, Func <string, string> process)
     : this(outputDevice, process)
 {
     Dispatcher = dispatcher;
 }
Ejemplo n.º 2
0
 public BackgroundOutputDeviceWithSeverity(OutputToCollectionSeverity outputDevice, Func <string, string> process)
     : base(outputDevice, process)
 {
     _backgroundDeviceWithSeverity = outputDevice;
 }