Ejemplo n.º 1
0
		public TagSearch()
		{
			this.controller = new TagSearchController(this);
			this.photoWithCommentsController = new PhotoWithCommentsController(this);
			this.photoBrowserWithPhotoController = new PhotoBrowserWithPhotoController(this);
			this.Init += new EventHandler(TagSearch_Init);
		}
 public void Setup() => _dut = new TagSearchController(_mediatorMock.Object);