Example #1
0
 public DhcpRecordHandler(DhcpRecordHandler _next = null)
 {
     next = _next;
 }
Example #2
0
 public FilterDhcpRecordUnwanted(DhcpRecordHandler next = null) : base(next)
 {
 }
Example #3
0
 public ConvertDsvRecordToDhcpRecord(DhcpRecordHandler _next) : base()
 {
     next_ = _next;
 }