BoxInformation.Presenter.RecordPresenter.RecordPresenter C# (CSharp) Method

RecordPresenter() public method

public RecordPresenter ( IBoxEntry box ) : System
box IBoxEntry
return System
        public RecordPresenter(IBoxEntry box)
        {
            if (box == null) throw new Exception("box cannot be null");

            this.box = box;
        }

Same methods

RecordPresenter::RecordPresenter ( IRecordView view ) : System