コード例 #1
0
 public void N_Ver_Imagen(PictureBox imagen, int id)
 {
     DImagenMascota m = new DImagenMascota();
        m.VerImagen(imagen, id);
 }