Beispiel #1
0
 public Vientos(Instrumento inst)
 {
     this.Inst = inst;
 }
Beispiel #2
0
 public Vientos(string name)
 {
     this.inst = new Instrumento(name);
 }