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