コード例 #1
0
 public BackgroundOutputDeviceWithSeverity(Dispatcher dispatcher, OutputToCollectionSeverity outputDevice, Func <string, string> process)
     : this(outputDevice, process)
 {
     Dispatcher = dispatcher;
 }
コード例 #2
0
 public BackgroundOutputDeviceWithSeverity(OutputToCollectionSeverity outputDevice, Func <string, string> process)
     : base(outputDevice, process)
 {
     _backgroundDeviceWithSeverity = outputDevice;
 }