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