BoxDetails.Presenter.BoxDetailsPresenter.BoxDetailsPresenter C# (CSharp) Méthode

BoxDetailsPresenter() public méthode

Initializes a new instance of the BoxDetailsPresenter class.
public BoxDetailsPresenter ( IRecordView view ) : System
view IRecordView The view.
Résultat System
        public BoxDetailsPresenter(IRecordView view )
        {
            if (view == null) throw new Exception("view cannot be null");
            _recordView = view;
        }

Same methods

BoxDetailsPresenter::BoxDetailsPresenter ( ISearchView view ) : System