public LogPacketsTarget(LogPacketCommandType command)
     : base(-1, false, TargetFlags.None)
 { Command = command; }
Example #2
0
 public LogPacketsTarget(LogPacketCommandType command)
     : base(-1, false, TargetFlags.None)
 {
     Command = command;
 }