Exemple #1
0
 public virtual Bitmap Get(PhotoSize size)
 {
     return(Photo.Get(size));
 }
Exemple #2
0
 protected PhotoReferenceBase(Photo photo)
 {
     this.Photo = photo;
 }
Exemple #3
0
 public virtual Bitmap Get()
 {
     return(Photo.Get());
 }
Exemple #4
0
 public PublicPhotoReference(Photo photo) : base(photo)
 {
 }