예제 #1
0
 public void AttachPresenter(ICompoundVSSPresenter presenter)
 {
     _presenter = presenter;
     _columUnitsMenuBinder.BindTo(presenter);
 }
예제 #2
0
//      private readonly ICompoundVSSPresenter _compoundVSSPresenter;

        public DistributionWithCalculationMethodGroupPresenter(IMultiplePanelView view, IOrganPermeabilityGroupPresenter organPermeabilityGroupPresenter, ICalculationMethodSelectionPresenterForCompound calculationMethodSelectionPresenter, ICompoundVSSPresenter compoundVSSPresenter)
            : base(view, calculationMethodSelectionPresenter, organPermeabilityGroupPresenter)
        {
//         _compoundVSSPresenter = compoundVSSPresenter;
//         AddSubPresenters(_compoundVSSPresenter);
//         _view.ActivateView(_compoundVSSPresenter.BaseView);
            _view.AddEmptyPlaceHolder();
        }