Exemplo n.º 1
0
 public SongFileNameFormatter(string format)
 {
     this.Formatter = new DictionaryFormatter(format);
 }
Exemplo n.º 2
0
 public SongFileNameFormatter(DictionaryFormatter formatter)
 {
     this.Formatter = formatter;
 }