Ejemplo n.º 1
0
 public void setMainPicture(Picture mainPicture)
 {
     selectedPicture = mainPicture;
     mainPictureBox.Image = mainPicture.getImage();
     titleLabel.Text = mainPicture.getTitle();
     descriptionLabel.Text = mainPicture.getDescription();
     ownerLabel.Text = mainPicture.getOwner();
 }