Exemplo n.º 1
0
 public void SetFilter(Filter f)
 {
    filter = f;
 }
Exemplo n.º 2
0
 public FilterConsumer(Consumer next)
    : base(next)
 {
    filter = null;
 }