Ejemplo n.º 1
0
 public static List <string> GetComboBoxArtists()
 {
     try {
         List <string> comboArtists = DBMusicDatabase.GetCombobox(DBSQLQueries.GetComboBoxArtists());
         return(comboArtists);
     } catch (Exception ex) {
         throw ex;
     }
 }