Ejemplo n.º 1
0
 // use the Shuffler to pull from the manufacturers file
 private string determineManufacturer()
 {
     return(Shuffler.getRandomElement("manufacturers"));
 }