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

RecordPresenter() 공개 메소드

public RecordPresenter ( IRecordView view ) : System
view IRecordView
리턴 System
        public RecordPresenter(IRecordView view)
        {
            if (view == null) throw new Exception("view cannot be null");

            box = new BoxEntry(view);
        }

Same methods

RecordPresenter::RecordPresenter ( IBoxEntry box ) : System