public bool SelectFile(string file) { bool sel = SongBrowser.SelectFile(file); if (!sel) { SongBrowser.ClearSelected(); } return(sel); }
public bool SelectFile(string file) { return(SongBrowser.SelectFile(file)); }