コード例 #1
0
ファイル: Cajon.cs プロジェクト: 9t96/claseXclase
 public void AgregarFruta(Fruta fruit)
 {
     this.kjon.Add(fruit);
 }