Exemplo n.º 1
0
 public ShortFieldSource(string field, FieldCache.IShortParser parser)
     : base(field)
 {
     this.parser = parser;
 }
Exemplo n.º 2
0
 public ShortFieldSource(string field, FieldCache.IShortParser parser)
     : base(field)
 {
     this.parser = parser;
 }