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