예제 #1
0
파일: Cajon.cs 프로젝트: 9t96/claseXclase
 public void AgregarFruta(Fruta fruit)
 {
     this.kjon.Add(fruit);
 }