Пример #1
0
 public FloatFieldSource(string field, FieldCache.IFloatParser parser)
     : base(field)
 {
     this.parser = parser;
 }