Example #1
0
 public void setFoto(Bitmap imagen) {
   this.foto = new Imagen();
   foto.setBitmap(imagen);
 }