Ejemplo n.º 1
0
 public string getInstrumentsName()
 {
     return(theInstruments.getName());
 }
Ejemplo n.º 2
0
 public string getBassName()
 {
     return(theBass.getName());
 }
Ejemplo n.º 3
0
 public string getDrumsName()
 {
     return(theDrums.getName());
 }
Ejemplo n.º 4
0
 public string getVocalsName()
 {
     return(theVocals.getName());
 }