示例#1
0
        public bool SelectFile(string file)
        {
            bool sel = SongBrowser.SelectFile(file);

            if (!sel)
            {
                SongBrowser.ClearSelected();
            }
            return(sel);
        }
示例#2
0
 public bool SelectFile(string file)
 {
     return(SongBrowser.SelectFile(file));
 }