BoxInformation.Presenter.RecordPresenter.RecordPresenter C# (CSharp) 메소드

RecordPresenter() 공개 메소드

public RecordPresenter ( IBoxEntry box ) : System
box IBoxEntry
리턴 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