Exemple #1
0
 public static void ColocarNaBanda(IPercussao instrumento)
 {
     instrumento.MaterRitmo();
 }
Exemple #2
0
 public static bool ColocarNaBanda(IPercussao percussao)
 {
     percussao.ManterRitmo();
     System.Console.WriteLine(percussao.GetType().BaseType + " foi incluído");
     return(true);
 }
 public static bool ColocarNaBanda(IPercussao percussao)
 {
     System.Console.WriteLine(percussao.ManterRitmo());
     return(true);
 }