Ejemplo n.º 1
0
 public LongFieldSource(string field, FieldCache.ILongParser parser)
     : base(field)
 {
     this.parser = parser;
 }
Ejemplo n.º 2
0
 public LongFieldSource(string field, FieldCache.ILongParser parser)
     : base(field)
 {
     this.parser = parser;
 }