public SongImporter() { prog = new ProgressDialog(); songEditor = new SongEditor(); warnings = new List <string>(); importedSongs = new Dictionary <string, string>(); }
public SongExporter() { prog = new ProgressDialog(); songEditor = new SongEditor(); }