Пример #1
0
 public string getInstrumentsName()
 {
     return(theInstruments.getName());
 }
Пример #2
0
 public string getBassName()
 {
     return(theBass.getName());
 }
Пример #3
0
 public string getDrumsName()
 {
     return(theDrums.getName());
 }
Пример #4
0
 public string getVocalsName()
 {
     return(theVocals.getName());
 }