コード例 #1
0
        public FormEnrolledYear(FormStudent form)
        {
            Presenter = new EnrolledYearPresenter(this);
            parent    = form;

            LoadItems();
        }
コード例 #2
0
 public FormGuardian(FormStudent form)
 {
     Presenter = new GuardianPresenter(this);
     parent = form;
 }
コード例 #3
0
 public FormContact(FormStudent emp)
 {
     Presenter = new ContactPresenter(this);
     parent = emp;
 }
コード例 #4
0
        public FormEnrolledYear(FormStudent form)
        {
            Presenter = new EnrolledYearPresenter(this);
            parent = form;

            LoadItems();
        }
コード例 #5
0
 public FormGuardian(FormStudent form)
 {
     Presenter = new GuardianPresenter(this);
     parent    = form;
 }
コード例 #6
0
 public FormContact(FormStudent emp)
 {
     Presenter = new ContactPresenter(this);
     parent    = emp;
 }