Ejemplo n.º 1
0
 public void SetListSeparator(char separator)
 {
     _defaultConverter = new DefaultConverter(_index, separator);
 }
Ejemplo n.º 2
0
 public ConverterService(Index index)
 {
     _index            = index;
     _defaultConverter = new DefaultConverter(_index, ';');
 }