Example #1
0
 public FlickrImageTiler()
 {
     fetcher = new FlickrPhotoFetcher();
 }
Example #2
0
 public PhotosSearch()
 {
     this.fetcher = new FlickrPhotoFetcher();
 }