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