Beispiel #1
0
		public Photos()
		{
			controller = new GroupPhotosController(this);
			photoBrowserWithPhotoController = new PhotoBrowserWithPhotoController(this);
			photoWithCommentsController = new PhotoWithCommentsController(this);
			this.Init += new EventHandler(Photos_Init);
		}
		public TagSearch()
		{
			this.controller = new TagSearchController(this);
			this.photoWithCommentsController = new PhotoWithCommentsController(this);
			this.photoBrowserWithPhotoController = new PhotoBrowserWithPhotoController(this);
			this.Init += new EventHandler(TagSearch_Init);
		}