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